Skip to content

Commit db9e806

Browse files
committed
Updated
1 parent ea45dd1 commit db9e806

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

quick-links.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ <h5>Step by Step JavaScript Basic to Advance Level Roadmap</h5>
6060
</div>
6161
</div>
6262

63+
<script>
64+
var loader = document.getElementById("pre-loader");
65+
window.addEventListener("load", function(){
66+
loader.style.display = "none";
67+
});
68+
</script>
6369

6470
</body>
6571
</html>

0 commit comments

Comments
 (0)