var scrollTop = parseInt($("html").css("top"));
if ($('.reveal:visible').length === 0) {
- this.removeRevealOpenClasses(); // also remove .is-reveal-open from the html element when there is no opened reveal
+ _this.removeRevealOpenClasses(); // also remove .is-reveal-open from the html element when there is no opened reveal
}
Keyboard.releaseFocus(_this.$element);
$(window).off(`.zf.reveal:${this.id}`);
if ($('.reveal:visible').length === 0) {
- this.removeRevealOpenClasses(); // also remove .is-reveal-open from the html element when there is no opened reveal
+ _this.removeRevealOpenClasses(); // also remove .is-reveal-open from the html element when there is no opened reveal
}
};
}