f86b76d6 by Jeff Balicki

fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 082a78eb
......@@ -26211,9 +26211,7 @@
});
// Add your custom JS here.
var myLazyLoad = new LazyLoad({
elements_selector: ":not(.no-lazy-load)"
});
var myLazyLoad = new LazyLoad();
window.tz_checkVisible = function (elm, evalType, offset, heightBuffer) {
evalType = evalType || "visible";
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";
var myLazyLoad = new LazyLoad({
elements_selector: ":not(.no-lazy-load)",
});
var myLazyLoad = new LazyLoad();
window.tz_checkVisible = function(elm, evalType , offset, heightBuffer) {
evalType = evalType || "visible";
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.472
Version: 1.0.473
*/
......