[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: lazyload.init.js
/** * Lazyload init js * * @author LiteSpeed * @since 1.4 * */ (function( window, document ){ 'use strict' ; var instance; var update_lazyload; var litespeed_finish_callback = function(){ document.body.classList.add( 'litespeed_lazyloaded' ); } var init = function(){ console.log( '[LiteSpeed] Start Lazy Load Images' ) instance = new LazyLoad( { elements_selector: "[data-lazyloaded]", callback_finish: litespeed_finish_callback } ); update_lazyload = function(){ instance.update() ; }; if ( window.MutationObserver ) { new MutationObserver( update_lazyload ).observe( document.documentElement, { childList: true, subtree: true, attributes: true } ) ; } }; window.addEventListener ? window.addEventListener( "load", init, false ) : window.attachEvent( "onload", init ) ; })( window, document ) ;
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server.dijitaldukkanim.com.tr
Server IP: 104.247.168.220
PHP Version: 8.1.33
Server Software: Apache
System: Linux server.dijitaldukkanim.com.tr 4.18.0-553.105.1.el8_10.x86_64 #1 SMP Tue Feb 17 05:17:39 EST 2026 x86_64
HDD Total: 492.3 GB
HDD Free: 180.62 GB
Domains on IP: N/A (Requires external lookup)
System Features