edit ditto.js

This commit is contained in:
ruanyf
2014-04-26 00:41:11 +08:00
parent 398cb8015f
commit 2fe866305b
+1 -1
View File
@@ -197,7 +197,7 @@ function router() {
disqus_identifier = path;
disqus_title = $(ditto.content_id+" h1").text();
disqus_url = path;
disqus_url = location.host + '?location='+path;
// otherwise get the markdown and render it
var loading = show_loading();