diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-08-25 14:35:50 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-08-25 14:35:50 -0700 |
commit | 63313e576d7ff88267c6acba2d6d7bdc67aaa8e2 (patch) | |
tree | 6322cf918dbbc08faa2b601212eb4c17da1d2688 /httemplate | |
parent | 4788efcd9bcac700f6c94d1c83add70fc9a0c3ea (diff) |
has no meaning to close the location standardize popup until its ready
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/standardize_locations.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/standardize_locations.js b/httemplate/elements/standardize_locations.js index b2561b206..39c7bd0af 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() { |