|
@@ -1281,21 +1281,7 @@ $(document).ready(function () {
|
|
|
|
|
|
// Highlight JS
|
|
// Highlight JS
|
|
if (typeof hljs != 'undefined') {
|
|
if (typeof hljs != 'undefined') {
|
|
- if (typeof(Worker) !== "undefined") {
|
|
|
|
- addEventListener('load', function () {
|
|
|
|
- var code = document.querySelector('code');
|
|
|
|
- var worker = new Worker('/plugins/highlighter.js');
|
|
|
|
- worker.onmessage = function (event) {
|
|
|
|
- code.innerHTML = event.data;
|
|
|
|
- }
|
|
|
|
- if (code !== null) {
|
|
|
|
- worker.postMessage(code.textContent);
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
- } else {
|
|
|
|
- hljs.initHighlightingOnLoad()
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
+ hljs.initHighlightingOnLoad();
|
|
}
|
|
}
|
|
|
|
|
|
// Dropzone
|
|
// Dropzone
|