]> git.sur5r.net Git - i3/i3.github.io/commit
Bugfix: Use DOM loaded event for TOC
authorTony Crisci <tony@dubstepdish.com>
Tue, 1 Apr 2014 05:46:28 +0000 (01:46 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 9 Apr 2014 18:23:08 +0000 (20:23 +0200)
commitd8e239e6e3d2886f3caec8d21d808879900e8c1c
tree91b3037fa87e8f7fd211b647efc4e2201381ffaa
parent575efe5c21fa20a4a70400c7c000e2c7ddf19f50
Bugfix: Use DOM loaded event for TOC

The document "DOMContentLoaded" event will fire as soon as the DOM is
ready to be manipulated by the TOC building script.

The window.onload function should not be used for this because it waits
until the window is rendered in the browser to run the script, causing a
flash of partially rendered content.
_docs/conf/i3html.conf