(function($) { var document_width, document_height; // start the jquery function jQuery(document).ready( function() { document_width = $( document ).width(); document_height = $( document ).height();
Warning: Undefined variable $settings in /home/echopkins/public_html/wp-content/plugins/bb-ultimate-addon/modules/uabb-hotspot/includes/frontend.js.php on line 16

Warning: Attempt to read property "photo_source" on null in /home/echopkins/public_html/wp-content/plugins/bb-ultimate-addon/modules/uabb-hotspot/includes/frontend.js.php on line 16
responsiveTooltipShift(); }); 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() {
Warning: Undefined variable $settings in /home/echopkins/public_html/wp-content/plugins/bb-ultimate-addon/modules/uabb-hotspot/includes/frontend.js.php on line 241

Warning: Attempt to read property "photo_source" on null in /home/echopkins/public_html/wp-content/plugins/bb-ultimate-addon/modules/uabb-hotspot/includes/frontend.js.php on line 241
} })(jQuery);