2
0
mirror of https://github.com/boostorg/hof.git synced 2026-01-31 08:12:19 +00:00

Check for jquery

This commit is contained in:
Paul
2016-01-12 18:20:50 -06:00
parent 25f8a6a068
commit cfb5ddf660

View File

@@ -1,4 +1,6 @@
$( document ).ready(function() {
console.log("Configure hljs");
hljs.configure({languages:['cpp']});
});
if (typeof $ === "function"){
$( document ).ready(function() {
console.log("Configure hljs");
hljs.configure({languages:['cpp']});
});
}