From 1c2c416924cc3d7064236fa6b6409380761f23ff Mon Sep 17 00:00:00 2001 From: Travis Hegner Date: Mon, 29 Jun 2015 13:16:20 -0400 Subject: [PATCH] testing without fadeIn effect --- html/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/index.php b/html/index.php index 4910df52ed..06769a9956 100644 --- a/html/index.php +++ b/html/index.php @@ -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"); });