diff --git a/js/app/map/overlay.js b/js/app/map/overlay.js index b9b00fa8..d6cc7a9d 100644 --- a/js/app/map/overlay.js +++ b/js/app/map/overlay.js @@ -67,7 +67,7 @@ define([ system.tooltip({ container: mapElement, placement: 'right', - title: function(){ console.log($(this).parent()); console.log($(this).parent().data('region')); + title: function(){ return $(this).parent().data('region'); }, trigger: 'manual'