Skip to content

Patch (Fixes loading issues)

Compare
Choose a tag to compare
@Thraetaona Thraetaona released this 01 Feb 05:46
6e38625

#1

Firefox has recently had issues with script tags created before the body tag, as a fix simply putting the script tag at the bottom of the html file before (So that the body elements are created before being accessed) solves these issues.

Other than the trivial fix to index.html, everything else is identical to the 1.0.0 Stable release.