aboutsummaryrefslogtreecommitdiffstats
path: root/demos/index.html
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2010-12-22 18:00:28 +0100
committerjzaefferer <joern.zaefferer@gmail.com>2010-12-22 18:00:28 +0100
commit8d39171fa285519203688084f3cf66c1e2ae0ada (patch)
treea5474b9092e40c9bac558b52a0a806e3ad1d5b7b /demos/index.html
parent2c89e9587eb0c0cc92ceca690bcbc8b3f0d907ca (diff)
downloadjquery-ui-8d39171fa285519203688084f3cf66c1e2ae0ada.tar.gz
jquery-ui-8d39171fa285519203688084f3cf66c1e2ae0ada.zip
Fix demos index page to include globalization plugin for spinner demos, along a wording fix in spinner-time demo.
Diffstat (limited to 'demos/index.html')
-rw-r--r--demos/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/index.html b/demos/index.html
index 07172f064..fed42a23c 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -7,6 +7,8 @@
<link rel="stylesheet" href="demos.css">
<script src="../jquery-1.4.4.js"></script>
<script src="../external/jquery.bgiframe-2.1.2.js"></script>
+ <script src="../external/glob.js"></script>
+ <script src="../external/glob.de-DE.js"></script>
<script src="../ui/jquery.ui.core.js"></script>
<script src="../ui/jquery.ui.widget.js"></script>
<script src="../ui/jquery.ui.mouse.js"></script>