summaryrefslogtreecommitdiff
path: root/httemplate/elements/order_pkg.js
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-01-13 14:22:21 -0800
committerMark Wells <mark@freeside.biz>2013-01-13 14:22:21 -0800
commitf88dda7fe57054bd030491a5b9363a1aff601bf2 (patch)
tree058e03c5a6c4d184b65906126733715e7574992b /httemplate/elements/order_pkg.js
parent2659c88ba3c5b34cf6087d874c1a26a24bed9243 (diff)
fix address standardization when changing package locations, #13763
Diffstat (limited to 'httemplate/elements/order_pkg.js')
-rw-r--r--httemplate/elements/order_pkg.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/order_pkg.js b/httemplate/elements/order_pkg.js
index 8c1efd93a..1069a0ee4 100644
--- a/httemplate/elements/order_pkg.js
+++ b/httemplate/elements/order_pkg.js
@@ -44,4 +44,5 @@ function standardize_new_location() {
function submit_abort() {
document.OrderPkgForm.submitButton.disabled = false;
+ nd(1);
}