Skip to content

Commit

Permalink
Void mv_form_profile on changing shipping country in account page
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Apr 19, 2004
1 parent 5cbc042 commit 113cb5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions WHATSNEW-5.3
Expand Up @@ -8,6 +8,10 @@

Interchange 5.3.0 not yet released.

Foundation
----------

* Void mv_form_profile on changing shipping country in account page.

------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion dist/foundation/pages/account.html
Expand Up @@ -133,7 +133,7 @@
[error name=country std_label="[L]Country[/L]" required=1]
</td>
<td colspan=3>
<SELECT NAME=country onChange="this.form.submit()">
<SELECT NAME=country onChange="this.form.mv_form_profile.value = ''; this.form.submit()">
[if value country =~ /(^$|US|CA)/]
<OPTION VALUE="US"> [L]United States[/L]
<OPTION [selected country CA] VALUE="CA"> [L]Canada[/L]
Expand Down

0 comments on commit 113cb5a

Please sign in to comment.