From 9bc038f9130b25a7fd5ae6d7e62e5fd12c6a2157 Mon Sep 17 00:00:00 2001 From: Travis Hegner Date: Mon, 29 Jun 2015 14:35:17 -0400 Subject: [PATCH] testing something --- html/js/lazyload.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/js/lazyload.js b/html/js/lazyload.js index 5f2b4d432..8cbdb6e9e 100644 --- a/html/js/lazyload.js +++ b/html/js/lazyload.js @@ -1,5 +1,6 @@ $(document).ready(function(){ + /* $("img.lazy").lazyload({ effect: "fadeIn", threshold: 200 @@ -11,5 +12,5 @@ $(document).ready(function(){ threshold: 200 }).removeClass("lazy"); }); - +*/ }); \ No newline at end of file