SEBSERV-255
This commit is contained in:
parent
3d7a09b462
commit
26aea16b25
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
try {
|
||||
var existingWin = window.open('', '%s', 'height=%s,width=%s,location=no,scrollbars=yes,status=no,menubar=0,toolbar=no,titlebar=no,dialog=no');
|
||||
if (existingWin == null || typeof(existingWin)=='undefined') {
|
||||
alert('Please disable your pop-up blocker and try again.');
|
||||
alert('Please disable your pop-up blocker and try again.');
|
||||
} else {
|
||||
if(existingWin.location.href === 'about:blank') {
|
||||
existingWin.document.title = '%s';
|
||||
|
|
Loading…
Reference in a new issue