From c01c1b92a009cb41655871e316f172e6210f2592 Mon Sep 17 00:00:00 2001 From: Travis Hegner Date: Mon, 29 Jun 2015 13:13:18 -0400 Subject: [PATCH] typo --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); });