(function($) { var document_width, document_height; // start the jquery function jQuery(document).ready( function() { document_width = $( document ).width(); document_height = $( document ).height(); responsiveTooltipShift(); // Add keyboard accessibility to all hotspot modules addHotspotKeyboardAccessibility(); }); jQuery(document).on("load", function() { document_width = $( document ).width(); document_height = $( document ).height(); responsiveTooltipShift(); }); jQuery(window).resize( function() { if( document_width !== $( document ).width() || document_height !== $( document ).height() ) { document_width = $( document ).width(); document_height = $( document ).height(); responsiveTooltipShift(); } }); function responsiveTooltipShift() { } // Add keyboard accessibility function for hotspot markers function addHotspotKeyboardAccessibility() { // Add keyboard event listeners to all hotspot markers jQuery('.fl-node-