(function(n){n.formatFeatureTabs=function(t,i){var f={reload:!1},r=this,u;r.settings={};u=n(t);r.init=function(){r.settings=n.extend({},f,i);var t=u.find(".event-ids").data("event-ids"),e={eventIds:n.parseJSON("["+t+"]"),tabtype:"live"};n.get(config.contextPath+"api/event/get-feature-tabs",n.param(e,!0),function(n){u.html(n);u.hoverInfoPanel()})};r.init()};n.fn.formatFeatureTabs=function(t){return this.each(function(){if(undefined==n(this).data("featuretabs")){var i=new n.formatFeatureTabs(this,t);n(this).data("featuretabs",i)}})}})(jQuery)