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

edit js/prism

This commit is contained in:
ruanyf 2014-04-22 07:58:20 +08:00
parent d0736568d8
commit 6f3b61c02d

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