edit js/prism

This commit is contained in:
ruanyf
2014-04-22 07:58:20 +08:00
parent d0736568d8
commit 6f3b61c02d
+3 -1
View File
@@ -191,7 +191,9 @@ function router() {
}).always(function() {
clearInterval(loading);
Prism.highlightAll();
$('#content code').map(function() {
Prism.highlightElement(this);
});
$(ditto.loading_id).hide();
});
}