Files
backend-mm/public/web/shella/scripts/section.collection-body.min.js
2025-09-25 03:03:31 +05:00

1 line
463 B
JavaScript

theme.CollectionBody=function(){function o(o){this.$container=$(o),this.namespace=".collection-body",this.onLoad()}return o.prototype=$.extend({},Section.prototype,o.prototype,{onLoad:function(){theme.is_loaded&&(theme.ImagesLazyLoad.update(),theme.Tooltip&&theme.Tooltip.init())},onUnload:function(){this.$container.off(this.namespace),theme.Tooltip&&theme.Tooltip.destroy()}}),o}(),$(function(){theme.sections.register("collection-body",theme.CollectionBody)});