aboutsummaryrefslogtreecommitdiffstats
path: root/demos/index.html
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2011-01-17 19:25:14 +0100
committerjzaefferer <joern.zaefferer@gmail.com>2011-01-17 19:25:14 +0100
commit90a5906af538b57fc3f69c0b84c2e11d5b742c6e (patch)
tree25654710bf2aa2eab3c871bf1362f0d62d482739 /demos/index.html
parent1dc4d64dd4f343031a6851494ae7839873462252 (diff)
downloadjquery-ui-90a5906af538b57fc3f69c0b84c2e11d5b742c6e.tar.gz
jquery-ui-90a5906af538b57fc3f69c0b84c2e11d5b742c6e.zip
Renamed glob.js to jquery.global.js to match actual plugin filenames.
Diffstat (limited to 'demos/index.html')
-rw-r--r--demos/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/index.html b/demos/index.html
index c249ef1be..af4183ae6 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -7,8 +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="../external/jquery.global.js"></script>
+ <script src="../external/jquery.global.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>