Skip to content

Commit 84cfd59

Browse files
committed
Don't clear long / lat
1 parent 118a791 commit 84cfd59

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

client/javascript/addressfinder.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@
6060
return false;
6161
})
6262

63-
/* on manually changing of the fields then we have to clear x/y */
64-
manual.on('keydown', 'input', function(e) {
65-
manual.find('input[name*=Longitude]').val('')
66-
manual.find('input[name*=Latitude]').val('')
67-
})
68-
6963
/* focusing back on the address dropdown should hide the manual */
7064
input.on('focus', function(e) {
7165
manual.slideUp()

0 commit comments

Comments
 (0)