Skip to content

Commit

Permalink
Fix href bug in map page area links
Browse files Browse the repository at this point in the history
  • Loading branch information
zarino committed Aug 8, 2022
1 parent 9cf454c commit 3546375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ var setUpMap = function() {
mouseover: highlightFeature,
mouseout: unhighlightFeature,
click: function(){
window.location.href = '/area'
window.location.href = './area'
}
})
}
Expand Down

0 comments on commit 3546375

Please sign in to comment.