1 line
408 B
JavaScript
1 line
408 B
JavaScript
theme.PasswordPageContent=function(){function e(e){this.$container=$(e),this.namespace=".password-page-content",this.onLoad()}return e.prototype=$.extend({},Section.prototype,e.prototype,{onLoad:function(){theme.is_loaded&&theme.ImagesLazyLoad.update()},onUnload:function(){this.$container.off(this.namespace)}}),e}(),$(function(){theme.sections.register("password-page-content",theme.PasswordPageContent)}); |