diff options
author | ivan <ivan> | 2009-10-22 09:34:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-10-22 09:34:54 +0000 |
commit | 11e7e902c43e46585ccf43e67b11ed040f6655f7 (patch) | |
tree | 178b42a6fe6e8720640791b87e451ab83b44779d /httemplate/elements/city.html | |
parent | d65e20e6e63f007e3197974e56cf88fa84fee77f (diff) |
yay, found blank city problem w/new citytax foo, RT#5852
Diffstat (limited to 'httemplate/elements/city.html')
-rw-r--r-- | httemplate/elements/city.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/city.html b/httemplate/elements/city.html index 1659ebf47..47e5c37c2 100644 --- a/httemplate/elements/city.html +++ b/httemplate/elements/city.html @@ -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 { |