diff --git a/js/id/ui/background.js b/js/id/ui/background.js index 5507002ce..b1e8436d6 100644 --- a/js/id/ui/background.js +++ b/js/id/ui/background.js @@ -269,7 +269,7 @@ iD.ui.Background = function(context) { .on('change', function() { iD.ui.MapInMap.toggle(); d3.event.preventDefault(); - }) + }); minimapLabel.append('span') .text(t('background.minimap.description'));