summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-02-18 20:30:30 -0800
committerIvan Kohler <ivan@freeside.biz>2013-02-18 20:30:30 -0800
commit66cb534515e593c19f6b6a27a390d5f9b00dd8ab (patch)
tree27a63dcc2274a63e67846c90b33bc50f8862a928
parent0882e975e31c0b5d362983f008719101db2a88a9 (diff)
fix CCH tax location chooser in modern browsers, RT#20216
-rw-r--r--httemplate/elements/standardize_locations.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/standardize_locations.js b/httemplate/elements/standardize_locations.js
index 4f1ec3d57..e98039d9d 100644
--- a/httemplate/elements/standardize_locations.js
+++ b/httemplate/elements/standardize_locations.js
@@ -259,7 +259,7 @@ function update_geocode() {
// popup a chooser
- overlib( OLresponseAJAX, CAPTION, 'Select tax location', STICKY, AUTOSTATUSCAP, CLOSETEXT, '', MIDX, 0, MIDY, 0, DRAGGABLE, WIDTH, 576, HEIGHT, 268, BGCOLOR, '#333399', CGCOLOR, '#333399', TEXTSIZE, 3 );
+ overlib( OLresponseAJAX, CAPTION, 'Select tax location', STICKY, AUTOSTATUSCAP, CLOSETEXT, '', MIDX, 0, MIDY, 0, WIDTH, 576, HEIGHT, 268, BGCOLOR, '#333399', CGCOLOR, '#333399', TEXTSIZE, 3 );
}