mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
testing without fadeIn effect
This commit is contained in:
@@ -321,11 +321,11 @@ if ($no_refresh !== TRUE && $config['page_refresh'] != 0) {
|
||||
$(document).ready(function() {
|
||||
|
||||
$("img.lazy").lazyload({
|
||||
effect: "fadeIn"
|
||||
//effect: "fadeIn"
|
||||
}).removeClass("lazy");
|
||||
$(document).ajaxStop(function() {
|
||||
$("img.lazy").lazyload({
|
||||
effect: "fadeIn"
|
||||
//effect: "fadeIn"
|
||||
}).removeClass("lazy");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user