From 3107735e32bb30c5cea338cde0b464ec8f0b9de0 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Sat, 24 Feb 2018 10:28:10 -0500 Subject: [PATCH] Refresh jquery-ui-lookup field after settings it's value based on a map click --- get_together/templates/get_together/places/create_place.html | 1 + 1 file changed, 1 insertion(+) diff --git a/get_together/templates/get_together/places/create_place.html b/get_together/templates/get_together/places/create_place.html index c961019..7c3eed4 100644 --- a/get_together/templates/get_together/places/create_place.html +++ b/get_together/templates/get_together/places/create_place.html @@ -81,6 +81,7 @@ var selectField = $("#city_select"); selectField.empty(); selectField.append(''); + selectField.lookup("refresh"); $("#id_tz").val(json.tz) }