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