1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 10:22:23 +00:00

edit ditto.js

This commit is contained in:
ruanyf 2014-04-26 00:24:00 +08:00
parent aec2c8646f
commit 60515f55a0

View File

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