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:
parent
0c274a7515
commit
a670356a4e
@ -191,9 +191,7 @@ function router() {
|
|||||||
|
|
||||||
}).always(function() {
|
}).always(function() {
|
||||||
clearInterval(loading);
|
clearInterval(loading);
|
||||||
var block = document.getElementById('content')
|
Prism.highlightAll();
|
||||||
Prism.highlightElement(block);
|
|
||||||
$(ditto.loading_id).hide();
|
$(ditto.loading_id).hide();
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user