PATH:
home
/
centosnipponia
/
public_html
/
lineup
/
wp-content
/
plugins
/
litespeed-cache
/
assets
/
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 ) ;
[+]
..
[-] babel.min.js
[edit]
[-] component.cdn.js
[edit]
[-] component.crawler.js
[edit]
[-] css_async.js
[edit]
[-] css_async.min.js
[edit]
[-] guest.docref.js
[edit]
[-] guest.docref.min.js
[edit]
[-] guest.js
[edit]
[-] guest.min.js
[edit]
[-] instant_click.min.js
[edit]
[-] instant_click.ori.js
[edit]
[-] iziModal.min.js
[edit]
[-] js_delay.js
[edit]
[-] js_delay.min.js
[edit]
[-] lazyload.init.js
[edit]
[-] lazyload.lib.js
[edit]
[-] lazyload.min.js
[edit]
[-] litespeed-cache-admin.js
[edit]
[-] react.min.js
[edit]
[-] webfontloader.js
[edit]
[-] webfontloader.min.js
[edit]
[-] .htaccess.disabled
[edit]