diff --git a/js/ditto.js b/js/ditto.js index 8b305b8..71d3c21 100644 --- a/js/ditto.js +++ b/js/ditto.js @@ -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();