diff options
author | Ca-Phun Ung <pazu2k@gmail.com> | 2009-01-02 12:20:10 +0000 |
---|---|---|
committer | Ca-Phun Ung <pazu2k@gmail.com> | 2009-01-02 12:20:10 +0000 |
commit | 55e6b8073723c5adddd750c44d4be829b9297b01 (patch) | |
tree | 0ba1238e8c7bcad19e68590fe65f83938325e692 /demos/index.html | |
parent | 3287ca71990bf84884537417f6de4dfa78ae6121 (diff) | |
download | jquery-ui-55e6b8073723c5adddd750c44d4be829b9297b01.tar.gz jquery-ui-55e6b8073723c5adddd750c44d4be829b9297b01.zip |
demos/index.html - mapped #widget to #widget|default.
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 3 |
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); |