summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorivan <ivan>2009-10-12 01:58:23 +0000
committerivan <ivan>2009-10-12 01:58:23 +0000
commitc676664d00f6b98130b9d0c12b9ca524288725a3 (patch)
treec57fdc30797a7b67b3b06f0694ae175b41f40a18 /httemplate/elements
parent0b94e40c533288be69a4fe60da36a385d31eff7f (diff)
UI for per-city taxes (setup and assigning to customers/package locations), RT#5852
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/select-country.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/elements/select-country.html b/httemplate/elements/select-country.html
index 45b0ccd5f..e5656dc0c 100644
--- a/httemplate/elements/select-country.html
+++ b/httemplate/elements/select-country.html
@@ -53,8 +53,11 @@ Example:
}
//run the callback
- if ( callback != null )
+ if ( callback != null ) {
callback();
+ } else {
+ <% $pre %>state_changed(what.form.<% $pre %>state);
+ }
}
// go get the new states