Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/footer_scripts.js')
-rw-r--r--assets/js/footer_scripts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/footer_scripts.js b/assets/js/footer_scripts.js
index b987b55b..0da8e923 100644
--- a/assets/js/footer_scripts.js
+++ b/assets/js/footer_scripts.js
@@ -86,7 +86,7 @@ $.ready
stateObj.redirect_to
);
}
- return { jqFn: jQuery.fn, hljsFn: globalThis.hljs };
+ return { jqFn: jQuery.fn, hljsFn: globalThis.hljs||{highlightBlock:null} };
})
.then(({ jqFn, hljsFn }) => {