aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorCa-Phun Ung <pazu2k@gmail.com>2009-01-02 12:20:10 +0000
committerCa-Phun Ung <pazu2k@gmail.com>2009-01-02 12:20:10 +0000
commit55e6b8073723c5adddd750c44d4be829b9297b01 (patch)
tree0ba1238e8c7bcad19e68590fe65f83938325e692 /demos
parent3287ca71990bf84884537417f6de4dfa78ae6121 (diff)
downloadjquery-ui-55e6b8073723c5adddd750c44d4be829b9297b01.tar.gz
jquery-ui-55e6b8073723c5adddd750c44d4be829b9297b01.zip
demos/index.html - mapped #widget to #widget|default.
Diffstat (limited to 'demos')
-rw-r--r--demos/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/index.html b/demos/index.html
index 48676a5ab..479ae140c 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -80,6 +80,9 @@
});
if (window.location.hash) {
+ if (window.location.hash.indexOf('|') === -1) {
+ window.location.hash += '|default';
+ }
var path = window.location.href.replace('#','');
path = path.replace('\|','/') + '.html';
loadPage(path);