mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-25 03:02:21 +00:00
edit js/prism
This commit is contained in:
parent
d0736568d8
commit
6f3b61c02d
@ -191,7 +191,9 @@ function router() {
|
|||||||
|
|
||||||
}).always(function() {
|
}).always(function() {
|
||||||
clearInterval(loading);
|
clearInterval(loading);
|
||||||
Prism.highlightAll();
|
$('#content code').map(function() {
|
||||||
|
Prism.highlightElement(this);
|
||||||
|
});
|
||||||
$(ditto.loading_id).hide();
|
$(ditto.loading_id).hide();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user