<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * This JS file was auto-generated via Terser.
 *
 * Contributors should avoid editing this file, but instead edit the associated
 * non minified file file. For more information, check out our engineering docs
 * on how we handle JS minification in our engineering docs.
 *
 * @see: https://evnt.is/dev-docs-minification
 */

var tribe=tribe||{};tribe.tooltip=tribe.tooltip||{},function($,obj){"use strict";var $document=$(document);obj.selectors={tooltip:".tribe-tooltip",active:"active"},obj.setup=function(){$document.on("click",obj.selectors.tooltip,obj.onClick),$document.on("click",(function(event){event.target.closest(obj.selectors.tooltip)||$(obj.selectors.tooltip).each((function(){$(this).removeClass(obj.selectors.active).attr("aria-expanded",!1)}))}))},obj.onClick=function(){var $tooltip=$(this).closest(obj.selectors.tooltip),add=!$tooltip.hasClass(obj.selectors.active);$(obj.selectors.tooltip).each((function(){$(this).removeClass(obj.selectors.active).attr("aria-expanded",!1)})),add&amp;&amp;$($tooltip).addClass(obj.selectors.active).attr("aria-expanded",!0)},$(obj.setup)}(jQuery,tribe.tooltip);</pre></body></html>