fix CCH tax location chooser in modern browsers, RT#20216
authorIvan Kohler <ivan@freeside.biz>
Tue, 19 Feb 2013 04:30:31 +0000 (20:30 -0800)
committerIvan Kohler <ivan@freeside.biz>
Tue, 19 Feb 2013 04:30:31 +0000 (20:30 -0800)
httemplate/elements/standardize_locations.js

index e6a4aa6..3b93b1a 100644 (file)
@@ -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 );
 
 }