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)});