Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed headers from geocode lookup
  • Loading branch information
temi committed Jul 2, 2020
1 parent 45e4bf2 commit 45f3a1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grails-app/views/output/_dataEntryMap.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,10 @@
dataType: 'json',
xhrFields: {
withCredentials: false
},
beforeSend: function(xhr){
xhr.setRequestHeader('authKey', '');
xhr.setRequestHeader('userName', '');
}
}).done(function (data) {
console.log(data)
Expand Down

0 comments on commit 45f3a1c

Please sign in to comment.