From 0c7f9a2952acf2caf16a2d1156f99d9c81b486b1 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 28 Mar 2012 14:00:45 -0700 Subject: [PATCH] fix location edit/tax district lookup interaction, #16757 --- httemplate/elements/city.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + +% } +% else {