633fc593bc
* Fixed the expansion of child menus, made them expand properly on page load, too * Removed resize/orientationchange event listener as a result of using a transitionend event to set the height to auto after the transition ends |
||
---|---|---|
.. | ||
daux.js | ||
highlight.pack.js | ||
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.