1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 20:33:06 +05:30
Files
neosubhamoy-portfolio/htdocs/assets/js/preloader-config.js

5 lines
131 B
JavaScript

//---controls the page preloader behaviour
window.addEventListener("load", function(){
$('#preloader').addClass('hidden');
});