edit ditto.js

This commit is contained in:
ruanyf
2014-04-26 01:09:31 +08:00
parent a2c0f0cd3f
commit bde05727b9
-8
View File
@@ -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);
});