yay, found blank city problem w/new citytax foo, RT#5852
authorivan <ivan>
Thu, 22 Oct 2009 09:34:54 +0000 (09:34 +0000)
committerivan <ivan>
Thu, 22 Oct 2009 09:34:54 +0000 (09:34 +0000)
httemplate/elements/city.html

index 1659ebf..47e5c37 100644 (file)
@@ -61,6 +61,7 @@ Example:
      if ( citiesArray.length > 1 || citiesArray[0].length ) { 
         // turn off the text city, turn on the select
         saved_<%$pre%>city = what.form.<%$ pre %>city.value;
+        <%$pre%>city_select_changed(what.form.<% $pre %>city_select);
         what.form.<% $pre %>city.style.display = 'none';
         what.form.<% $pre %>city_select.style.display = '';
       } else {