Fileupload/docs/Documentation/themes/d3/js
Daniel Seifert 82fb335ab0 add 5.0.0.0 (ionCube for PHP 5.6 - 7.0) 2018-08-29 11:01:49 +02:00
..
README.md add 5.0.0.0 (ionCube for PHP 5.6 - 7.0) 2018-08-29 11:01:49 +02:00
daux.js add 5.0.0.0 (ionCube for PHP 5.6 - 7.0) 2018-08-29 11:01:49 +02:00
fontawesome-all.js add 5.0.0.0 (ionCube for PHP 5.6 - 7.0) 2018-08-29 11:01:49 +02:00
highlight.pack.js add 5.0.0.0 (ionCube for PHP 5.6 - 7.0) 2018-08-29 11:01:49 +02:00
html5shiv-3.7.3.min.js add 5.0.0.0 (ionCube for PHP 5.6 - 7.0) 2018-08-29 11:01:49 +02:00
jquery-1.11.3.min.js add 5.0.0.0 (ionCube for PHP 5.6 - 7.0) 2018-08-29 11:01:49 +02: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.