eidolon/templates/medium.julius

5 lines
157 B
Text
Raw Normal View History

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