mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-25 08:03:14 +02:00
removing placeholder, bumping threshold to 300
This commit is contained in:
+4
-4
@@ -1,16 +1,16 @@
|
||||
$(document).ready(function(){
|
||||
|
||||
/*
|
||||
$("img.lazy").lazyload({
|
||||
effect: "fadeIn",
|
||||
threshold: 200
|
||||
threshold: 300,
|
||||
placeholder: ""
|
||||
}).removeClass("lazy");
|
||||
|
||||
$(document).ajaxStop(function() {
|
||||
$("img.lazy").lazyload({
|
||||
effect: "fadeIn",
|
||||
threshold: 200
|
||||
threshold: 300,
|
||||
placeholder: ""
|
||||
}).removeClass("lazy");
|
||||
});
|
||||
*/
|
||||
});
|
||||
Reference in New Issue
Block a user