1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

add prism.js

This commit is contained in:
ruanyf 2014-04-22 07:01:47 +08:00
parent 0c274a7515
commit a670356a4e

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();
});
}