diff options
| author | Mark Wells <mark@freeside.biz> | 2012-03-28 14:01:15 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-03-28 14:01:15 -0700 |
| commit | 614e3b25ba49614b644f2a65910db1522f0cd524 (patch) | |
| tree | 5752802833bedcdd15aa41e7d28bd4889decf25e | |
| parent | 2ee2d0cf73e191a4fd276675eff543675a0c9676 (diff) | |
fix location edit/tax district lookup interaction, #16757
| -rw-r--r-- | httemplate/elements/city.html | 6 |
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" |
