eidolon/templates/medium.julius
nek0 1cfce27bb7 Revert "reverted loader because of nonfunctionality"
revert the revert!
This reverts commit dcb817c6a0.
2015-09-26 03:52:28 +02:00

4 lines
157 B
Text

window.onload = function() {
document.getElementById("loader").style.display = "none";
document.getElementById("loadcontent").style.display = "block";
}