diff options
Diffstat (limited to 'demos')
-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); |