Fixed the bug where search gets cleared after user clicks inside the suburb input field.

This commit is contained in:
alexs
2013-08-21 12:04:35 +10:00
parent acfb1bd600
commit f5b326ee1a

View File

@@ -77,5 +77,5 @@ setup_suburbs_autocomplete = ->
noResults: ""
results: ->
$("#suburb_search").keypress ->
$("#suburb_search").change ->
$("#suburb_id").val('')