From da6ec972d5b4ab035c7891e0f245cf1fa7adf31c Mon Sep 17 00:00:00 2001 From: ruanyf Date: Sat, 26 Apr 2014 01:33:05 +0800 Subject: [PATCH] edit ditto.js --- js/ditto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ditto.js b/js/ditto.js index 0bb3368..f652fd1 100644 --- a/js/ditto.js +++ b/js/ditto.js @@ -196,7 +196,7 @@ function router() { } window.disqus_identifier=location.hash; - window.disqus_url='http://'+location.host+'?'+location.hash.replace("#", ""); + window.disqus_url='http://'+location.host+'/'+location.hash.replace("#", ""); // otherwise get the markdown and render it var loading = show_loading();