1
0
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:
ruanyf 2014-04-26 00:43:55 +08:00
parent 2fe866305b
commit 8dba6fa23e

View File

@ -197,7 +197,7 @@ function router() {
disqus_identifier = path; disqus_identifier = path;
disqus_title = $(ditto.content_id+" h1").text(); disqus_title = $(ditto.content_id+" h1").text();
disqus_url = location.host + '?location='+path; disqus_url = location.href;
// otherwise get the markdown and render it // otherwise get the markdown and render it
var loading = show_loading(); var loading = show_loading();