summaryrefslogtreecommitdiffstatshomepage
path: root/includes/js/dojox/data/tests/ml/unorderedList.html
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-14 15:39:19 +0000
committerGravatar mensonge2008-11-14 15:39:19 +0000
commit1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch)
tree3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/data/tests/ml/unorderedList.html
parent104d59099e048688c4dbac37d72137006e396558 (diff)
downloadscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz
scuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.zip
Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dojox/data/tests/ml/unorderedList.html')
-rw-r--r--includes/js/dojox/data/tests/ml/unorderedList.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/includes/js/dojox/data/tests/ml/unorderedList.html b/includes/js/dojox/data/tests/ml/unorderedList.html
deleted file mode 100644
index a19149a..0000000
--- a/includes/js/dojox/data/tests/ml/unorderedList.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>HTML Unorderd List for HtmlStore</title>
- </head>
- <body>
- <ul id="ulExample">
- <li>Red</li>
- <li>Orange</li>
- <li>Yellow</li>
- <li>Green</li>
- <li>Blue</li>
- <li>Violet</li>
- </ul>
- </body>
-</html>