fix city blanking on county change, RT#9627
[freeside.git] / httemplate / elements / city.html
index d774cce..0e1bf8d 100644 (file)
@@ -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;