diff --git a/html/index.php b/html/index.php index 5a26d4ad3..4910df52e 100644 --- a/html/index.php +++ b/html/index.php @@ -324,7 +324,7 @@ if ($no_refresh !== TRUE && $config['page_refresh'] != 0) { effect: "fadeIn" }).removeClass("lazy"); $(document).ajaxStop(function() { - $(img.lazy").lazyload({ + $("img.lazy").lazyload({ effect: "fadeIn" }).removeClass("lazy"); });