mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +00:00
edit ditto.js
This commit is contained in:
parent
73d451a612
commit
f2839c759e
@ -203,8 +203,8 @@ function router() {
|
|||||||
if(window.DISQUS){DISQUS.reset({
|
if(window.DISQUS){DISQUS.reset({
|
||||||
reload: true,
|
reload: true,
|
||||||
config: function () {
|
config: function () {
|
||||||
this.page.identifier = location.hash;
|
window.disqus_identifier = location.hash;
|
||||||
this.page.url = 'http://'+location.host+'/'+location.hash.replace("#", "");
|
window.disqus_url = 'http://'+location.host+'/'+location.hash.replace("#", "");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user