One Hat Cyber Team
Your IP :
3.133.13.2
Server IP :
104.21.112.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
gftag.com
/
public
/
assets
/
front
/
js
/
Edit File:
catalog.js
function lazy (){ $(".lazy").Lazy({ beforeLoad: function(element) { var imageSrc = element.data('src'); console.log('image "' + imageSrc + '" is about to be loaded'); }, scrollDirection: 'vertical', effect: "fadeIn", effectTime:1000, threshold: 0, visibleOnly: false, onError: function(element) { console.log('error loading ' + element.data('src')); } }); } lazy();
Simpan