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
153f1709fb
commit
0fc953447b
@ -197,7 +197,7 @@ function router() {
|
|||||||
|
|
||||||
disqus_identifier = location.hash;
|
disqus_identifier = location.hash;
|
||||||
disqus_title = $(ditto.content_id+" h1").text();
|
disqus_title = $(ditto.content_id+" h1").text();
|
||||||
disqus_url = location.href;
|
disqus_url = location.host+path;
|
||||||
|
|
||||||
// otherwise get the markdown and render it
|
// otherwise get the markdown and render it
|
||||||
var loading = show_loading();
|
var loading = show_loading();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user