qmk_firmware/static/themes/daux/js
2018-05-06 12:34:47 -07:00
..
daux.js add generated documentation 2018-05-06 12:34:47 -07:00
highlight.pack.js add generated documentation 2018-05-06 12:34:47 -07:00
html5shiv-3.7.3.min.js add generated documentation 2018-05-06 12:34:47 -07:00
jquery-1.11.3.min.js add generated documentation 2018-05-06 12:34:47 -07:00
README.md add generated documentation 2018-05-06 12:34:47 -07: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.