<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"use strict";gambio.widgets.module("tabs",[],(function(t){var a=$(this),e=null,n=null,i=null,l=null,s={classOpen:"active",open:!1,calcHeight:!0},c=($.extend(!0,{},{},t),{}),o=function(t){i.removeClass("active").eq(t).addClass("active"),s.open=!1;l.filter(".active").removeClass("active").children(".tab-body");l.eq(t).addClass("active").find(".tab-body").addClass("active")},d=function(t){t.preventDefault(),t.stopPropagation();var a=$(this),e=a.index();a.hasClass("active")||o(e)},r=function(t){t.preventDefault(),t.stopPropagation();var a=$(this),e=a.closest(".tab-pane"),n=e.index(),i=a.height();e.hasClass("active")||o(n),$("html,body").animate({scrollTop:a.offset().top-i},"slow")};return c.init=function(t){e=a.children(".nav-tabs"),i=e.children("li"),n=a.children(".tab-content"),l=n.children(".tab-pane"),a.on("click",".nav-tabs li",d).on("click",".tab-content .tab-heading",r),t()},c}));</pre></body></html>