diff options
Diffstat (limited to 'src/Loader.js')
| -rw-r--r-- | src/Loader.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Loader.js b/src/Loader.js index 5cef348a..2ce44f48 100644 --- a/src/Loader.js +++ b/src/Loader.js @@ -391,12 +391,12 @@ UrlWatcher.prototype = { }, setUrl: function(url) { - var existingURL = window.location.href; - if (!existingURL.match(/#/)) - existingURL += '#'; - if (existingURL != url) - window.location.href = url; - this.existingURL = url; +// var existingURL = window.location.href; +// if (!existingURL.match(/#/)) +// existingURL += '#'; +// if (existingURL != url) +// window.location.href = url; +// this.existingURL = url; }, getUrl: function() { |
