mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 01:09:35 +05:30
(refactor): separated js configs for components in /assets/js/
This commit is contained in:
4
htdocs/assets/js/preloader-config.js
Normal file
4
htdocs/assets/js/preloader-config.js
Normal file
@@ -0,0 +1,4 @@
|
||||
//---controls the page preloader behaviour
|
||||
window.addEventListener("load", function(){
|
||||
$('#preloader').addClass('hidden');
|
||||
});
|
||||
Reference in New Issue
Block a user