We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118a791 commit 84cfd59Copy full SHA for 84cfd59
client/javascript/addressfinder.js
@@ -60,12 +60,6 @@
60
return false;
61
})
62
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
-
69
/* focusing back on the address dropdown should hide the manual */
70
input.on('focus', function(e) {
71
manual.slideUp()
0 commit comments