edit ditto.js

This commit is contained in:
ruanyf
2014-04-26 02:06:29 +08:00
parent 73d451a612
commit f2839c759e
+2 -2
View File
@@ -203,8 +203,8 @@ function router() {
if(window.DISQUS){DISQUS.reset({
reload: true,
config: function () {
this.page.identifier = location.hash;
this.page.url = 'http://'+location.host+'/'+location.hash.replace("#", "");
window.disqus_identifier = location.hash;
window.disqus_url = 'http://'+location.host+'/'+location.hash.replace("#", "");
}
});
}