summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-03-28 14:00:45 -0700
committerMark Wells <mark@freeside.biz>2012-03-28 14:00:45 -0700
commit0c7f9a2952acf2caf16a2d1156f99d9c81b486b1 (patch)
tree55c874f27768dde239eeca12f4d16617bd5da1f3
parent98aa4355cb0a31f97cdbeabb6c190c908ba355a0 (diff)
fix location edit/tax district lookup interaction, #16757
-rw-r--r--httemplate/elements/city.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/elements/city.html b/httemplate/elements/city.html
index f6d2b4bad..6a2142f29 100644
--- a/httemplate/elements/city.html
+++ b/httemplate/elements/city.html
@@ -107,7 +107,11 @@ function <% $pre %>county_changed(what, callback) {}
<% $text_style %>
>
-% if ( !$disable_select ) {
+% if ( $disable_select ) {
+%# avoid JS errors
+<INPUT TYPE="hidden" ID="city_select">
+% }
+% else {
<SELECT NAME = "<%$pre%>city_select"
ID = "<%$pre%>city_select"