<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$(document).ready(function() {
    $.fn.tooltipster('setDefaults', {
        position: 'bottom'
    });

    $('.vidiTooltip').tooltipster({
        theme: '.default-custom-tooltip-theme',
        interactive: true
    });

    $('.calendarTooltip').tooltipster({
        theme: '.calendar-custom-tooltip-theme',
        interactive: true
    });
});</pre></body></html>