1cfce27bb7
revert the revert!
This reverts commit dcb817c6a0
.
4 lines
157 B
Text
4 lines
157 B
Text
window.onload = function() {
|
|
document.getElementById("loader").style.display = "none";
|
|
document.getElementById("loadcontent").style.display = "block";
|
|
}
|