diff options
author | ivan <ivan> | 2010-08-13 23:55:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-08-13 23:55:56 +0000 |
commit | 7f89738f0f4740efaca00b06034e3a7d86c49ea5 (patch) | |
tree | 57e3a34339b735ec062536f234076a6d52e4d106 /httemplate/elements | |
parent | 05ff91a2c4b48c43ab3aa30501cda7eb3de2ef03 (diff) |
fix city blanking on county change, RT#9627
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/city.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/city.html b/httemplate/elements/city.html index 0e1bf8de0..956d353bd 100644 --- a/httemplate/elements/city.html +++ b/httemplate/elements/city.html @@ -66,9 +66,9 @@ Example: 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.value = saved_<%$pre%>city; what.form.<% $pre %>city.style.display = ''; what.form.<% $pre %>city_select.style.display = 'none'; - what.form.<%$ pre %>city.value = saved_<%$pre%>city; } //run the callback |