From bde05727b94dc2089a36e19bb4d5ae0c72f8b060 Mon Sep 17 00:00:00 2001 From: ruanyf Date: Sat, 26 Apr 2014 01:09:31 +0800 Subject: [PATCH] edit ditto.js --- js/ditto.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/js/ditto.js b/js/ditto.js index 4f80ee4..57b4ccf 100644 --- a/js/ditto.js +++ b/js/ditto.js @@ -208,14 +208,6 @@ function router() { normalize_paths(); create_page_anchors(); - DISQUS.reset({ - reload: true, - config: function () { - this.page.identifier = location.hash; - this.page.url = location.href; - } - }); - $('#content code').map(function() { Prism.highlightElement(this); });