diff options
author | ivan <ivan> | 2010-08-13 23:54:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-08-13 23:54:21 +0000 |
commit | 05ff91a2c4b48c43ab3aa30501cda7eb3de2ef03 (patch) | |
tree | e91507b5babf6b90353f870c465d97b4d233cc31 /httemplate | |
parent | 22773e1b0288fc296c30ba99e2d37a8f4193a462 (diff) |
fix city blanking on county change, RT#9627
Diffstat (limited to 'httemplate')
-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 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; |