[freeside-commits] branch FREESIDE_4_BRANCH updated. 6bdc9c23cddd8d8a48f993afb58616972f2e1ac1

Ivan ivan at 420.am
Thu Aug 25 14:35:50 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  6bdc9c23cddd8d8a48f993afb58616972f2e1ac1 (commit)
      from  500e5a534592469550f36f8b830e5ece1341d05d (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 6bdc9c23cddd8d8a48f993afb58616972f2e1ac1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Aug 25 14:35:49 2016 -0700

    has no meaning to close the location standardize popup until its ready

diff --git a/httemplate/elements/standardize_locations.js b/httemplate/elements/standardize_locations.js
index 15d687c..ecccd90 100644
--- a/httemplate/elements/standardize_locations.js
+++ b/httemplate/elements/standardize_locations.js
@@ -1,7 +1,7 @@
 function status_message(text, caption) {
   text = '<P STYLE="position:absolute; top:50%; margin-top:-1em; width:100%; text-align:center"><B><FONT SIZE="+1">' + text + '</FONT></B></P>';
   caption = caption || 'Please wait...';
-  overlib(text, WIDTH, 444, HEIGHT, 168, CAPTION, caption, STICKY, AUTOSTATUSCAP, CLOSECLICK, MIDX, 0, MIDY, 0);
+  overlib(text, WIDTH, 444, HEIGHT, 168, CAPTION, caption, STICKY, AUTOSTATUSCAP, CLOSECLICK, NOCLOSE, MIDX, 0, MIDY, 0);
 }
 
 function form_address_info() {

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

Summary of changes:
 httemplate/elements/standardize_locations.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list