[freeside-commits] branch FREESIDE_2_3_BRANCH updated. ca25af64f0a2f58e5c854ecfa3ce6dce57edb73c

Ivan ivan at 420.am
Mon Feb 18 20:30:33 PST 2013


The branch, FREESIDE_2_3_BRANCH has been updated
       via  ca25af64f0a2f58e5c854ecfa3ce6dce57edb73c (commit)
      from  6e08b557d59c13ed360084290a9408a2ed909d88 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ca25af64f0a2f58e5c854ecfa3ce6dce57edb73c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Feb 18 20:30:31 2013 -0800

    fix CCH tax location chooser in modern browsers, RT#20216

diff --git a/httemplate/elements/standardize_locations.js b/httemplate/elements/standardize_locations.js
index e6a4aa6..3b93b1a 100644
--- a/httemplate/elements/standardize_locations.js
+++ b/httemplate/elements/standardize_locations.js
@@ -246,7 +246,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 );
 
 }
 

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

Summary of changes:
 httemplate/elements/standardize_locations.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list