| Current Path : /home/xiedrke/malino/wp-content/plugins/trendz-plus/modules/site-loader/assets/js/ |
| Current File : /home/xiedrke/malino/wp-content/plugins/trendz-plus/modules/site-loader/assets/js/site-loader.js |
(function ($) {
"use strict";
const $ready = function ($readyFn) {
document.readyState === 'loading'
? // If document is still loading
document.addEventListener('DOMContentLoaded', function (e) {
$readyFn();
})
: // If document is loaded completely
$readyFn();
};
$ready(function() {
$('.pre-loader').fadeOut(500);
});
})(jQuery);