diff --git a/static/js/all.js b/static/js/all.js index b4d288d77..12666f759 100644 --- a/static/js/all.js +++ b/static/js/all.js @@ -160,7 +160,7 @@ var setUpMap = function() { mouseover: highlightFeature, mouseout: unhighlightFeature, click: function(){ - window.location.href = '/area' + window.location.href = './area' } }) }