From: Ivan Kohler Date: Thu, 25 Aug 2016 21:35:48 +0000 (-0700) Subject: has no meaning to close the location standardize popup until its ready X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3fc0a546caf38b444b63744726c5080ce5d9bbbb 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 15d687cf3..ecccd90f1 100644 --- a/httemplate/elements/standardize_locations.js +++ b/httemplate/elements/standardize_locations.js @@ -1,7 +1,7 @@ function status_message(text, caption) { text = '

' + text + '

'; 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() {