mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
edit js/prism
This commit is contained in:
+3
-1
@@ -191,7 +191,9 @@ function router() {
|
||||
|
||||
}).always(function() {
|
||||
clearInterval(loading);
|
||||
Prism.highlightAll();
|
||||
$('#content code').map(function() {
|
||||
Prism.highlightElement(this);
|
||||
});
|
||||
$(ditto.loading_id).hide();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user