MatKra84

Results 1 comments of MatKra84

This change in the file weathermap.js: works for me: $(function () { var hoverTimeout; var $tooltipDiv; $('map area').on('mouseenter', function (e) { var $this = $(this); var caption = $this.attr('data-caption'); var...