From 97bab3916e50fe19fd72224e43d17dadc481eae0 Mon Sep 17 00:00:00 2001 From: ruanyf Date: Sat, 26 Apr 2014 01:01:09 +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 648383c..eb31d31 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); });