diff --git a/js/ditto.js b/js/ditto.js index b0dc1b2..f9cbeb4 100644 --- a/js/ditto.js +++ b/js/ditto.js @@ -212,8 +212,8 @@ function router() { DISQUS.reset({ reload: true, config: function () { - this.page.identifier = location.hash; - this.page.url = location.href; + window.disqus_identifier = location.hash; + window.disqus_url = location.href; } }); }