Skip to content

Commit

Permalink
Fix workaround for already displayed popovers
Browse files Browse the repository at this point in the history
  • Loading branch information
apandichi committed Sep 11, 2017
1 parent cb1fcd8 commit 17f37d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ $(function() {
'content': content
});
// workaround for already displayed popovers
//$( "div.popover-content" ).text(feature.get('name'))
$( "div.popover-content" ).text('GDCR events');

$(popupElem).popover('show');
}
Expand Down

0 comments on commit 17f37d1

Please sign in to comment.