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:
parent
d0736568d8
commit
6f3b61c02d
@ -191,7 +191,9 @@ function router() {
|
||||
|
||||
}).always(function() {
|
||||
clearInterval(loading);
|
||||
Prism.highlightAll();
|
||||
$('#content code').map(function() {
|
||||
Prism.highlightElement(this);
|
||||
});
|
||||
$(ditto.loading_id).hide();
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user