diff --git a/js/ditto.js b/js/ditto.js index d1d6a96..648383c 100644 --- a/js/ditto.js +++ b/js/ditto.js @@ -212,7 +212,7 @@ function router() { reload: true, config: function () { this.page.identifier = location.hash; - this.page.url = 'http://'+location.host+'/#!'+location.hash.replace("#", ""); + this.page.url = location.href; } });