f86b76d6 by Jeff Balicki

fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 082a78eb
...@@ -26211,9 +26211,7 @@ ...@@ -26211,9 +26211,7 @@
26211 }); 26211 });
26212 26212
26213 // Add your custom JS here. 26213 // Add your custom JS here.
26214 var myLazyLoad = new LazyLoad({ 26214 var myLazyLoad = new LazyLoad();
26215 elements_selector: ":not(.no-lazy-load)"
26216 });
26217 window.tz_checkVisible = function (elm, evalType, offset, heightBuffer) { 26215 window.tz_checkVisible = function (elm, evalType, offset, heightBuffer) {
26218 evalType = evalType || "visible"; 26216 evalType = evalType || "visible";
26219 var vpH = jQuery(window).height(), 26217 var vpH = jQuery(window).height(),
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -17,9 +17,7 @@ import "./_carousels"; ...@@ -17,9 +17,7 @@ import "./_carousels";
17 17
18 18
19 19
20 var myLazyLoad = new LazyLoad({ 20 var myLazyLoad = new LazyLoad();
21 elements_selector: ":not(.no-lazy-load)",
22 });
23 21
24 window.tz_checkVisible = function(elm, evalType , offset, heightBuffer) { 22 window.tz_checkVisible = function(elm, evalType , offset, heightBuffer) {
25 evalType = evalType || "visible"; 23 evalType = evalType || "visible";
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.472 5 Version: 1.0.473
6 */ 6 */
7 7
......