Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2405 → Rev 2406

/web/intercept.php
505,7 → 505,7
if (typeof url !== 'undefined') {
var win = window.open('<?= $statuspath ?>', '_blank');
 
if (win === null) { // Pop-up blocked
if ((win === null) || (typeof win === 'undefined')) { // Pop-up blocked
window.location = '<?= $statuspath ?>';
} else {
window.location = url;