From: ivan Date: Fri, 13 Aug 2010 23:54:21 +0000 (+0000) Subject: fix city blanking on county change, RT#9627 X-Git-Tag: TORRUS_1_0_9~398 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=05ff91a2c4b48c43ab3aa30501cda7eb3de2ef03 fix city blanking on county change, RT#9627 --- diff --git a/httemplate/elements/city.html b/httemplate/elements/city.html index d774cce59..0e1bf8de0 100644 --- a/httemplate/elements/city.html +++ b/httemplate/elements/city.html @@ -65,6 +65,7 @@ Example: what.form.<% $pre %>city.style.display = 'none'; what.form.<% $pre %>city_select.style.display = ''; } else if ( what.form.<% $pre %>city.style.display == 'none' ) { + // turn on the text city, turn off the select what.form.<% $pre %>city.style.display = ''; what.form.<% $pre %>city_select.style.display = 'none'; what.form.<%$ pre %>city.value = saved_<%$pre%>city;