8
0
Ordermanager/docs/html/themes/d3/js
2024-01-22 14:06:08 +01:00
..
daux.js add 6.0.0.0 Source Guardian PHP 8 2024-01-22 14:06:08 +01:00
fontawesome-all.js add 6.0.0.0 Source Guardian PHP 8 2024-01-22 14:06:08 +01:00
highlight.pack.js add 6.0.0.0 Source Guardian PHP 8 2024-01-22 14:06:08 +01:00
html5shiv-3.7.3.min.js add 6.0.0.0 Source Guardian PHP 8 2024-01-22 14:06:08 +01:00
jquery-1.11.3.min.js add 6.0.0.0 Source Guardian PHP 8 2024-01-22 14:06:08 +01:00
README.md add 6.0.0.0 Source Guardian PHP 8 2024-01-22 14:06:08 +01:00

Updating Highlight.js

This build of highlight.js contains all languages. to achieve this, go to : https://highlightjs.org/download/

And run the following snipped in the console:

$$("input[type=checkbox]").forEach(function(checkbox) { checkbox.checked=true; })

This will tick all boxes instead of doing it by hand.