add prism.js

This commit is contained in:
ruanyf
2014-04-22 07:01:47 +08:00
parent 0c274a7515
commit a670356a4e
+1 -3
View File
@@ -191,9 +191,7 @@ function router() {
}).always(function() {
clearInterval(loading);
var block = document.getElementById('content')
Prism.highlightElement(block);
Prism.highlightAll();
$(ditto.loading_id).hide();
});
}