SEBSERV-255

This commit is contained in:
anhefti 2022-01-04 11:11:32 +01:00
parent 3d7a09b462
commit 26aea16b25

View file

@ -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';