edit ditto.js

This commit is contained in:
ruanyf
2014-04-26 01:18:18 +08:00
parent dfce3f7f28
commit 2b76df168d
+2 -2
View File
@@ -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;
}
});
}