Increase fixed delay for windows autoclose after save canned messages and translations

This commit is contained in:
Fedor A. Fetisov 2013-11-07 02:39:23 +04:00
parent 5e3eacbb69
commit 3215cad462
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ function tpl_content() { global $page, $mibewroot, $errors;
if(window.opener && window.opener.location) {
window.opener.location.reload();
}
setTimeout( (function() { window.close(); }), 500 );
setTimeout( (function() { window.close(); }), 1500 );
//--></script>
<?php } ?>
<?php if( !$page['saved'] ) { ?>

View File

@ -27,7 +27,7 @@ function tpl_content() { global $page, $mibewroot, $errors;
if(window.opener && window.opener.location) {
window.opener.location.reload();
}
setTimeout( (function() { window.close(); }), 500 );
setTimeout( (function() { window.close(); }), 1500 );
//--></script>
<?php } ?>
<?php if( !$page['saved'] ) { ?>