testing something

This commit is contained in:
Travis Hegner
2015-06-29 14:35:17 -04:00
parent ee1c51a7b5
commit 9bc038f913
+2 -1
View File
@@ -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");
});
*/
});