ExtSearch/docs/Documentation/themes/d3/js
Daniel Seifert 943f6833a4 add new documentation 2018-11-12 11:34:10 +01:00
..
README.md add new documentation 2018-11-12 11:34:10 +01:00
daux.js add new documentation 2018-11-12 11:34:10 +01:00
fontawesome-all.js add new documentation 2018-11-12 11:34:10 +01:00
highlight.pack.js add new documentation 2018-11-12 11:34:10 +01:00
html5shiv-3.7.3.min.js add new documentation 2018-11-12 11:34:10 +01:00
jquery-1.11.3.min.js add new documentation 2018-11-12 11:34:10 +01:00

README.md

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.