Fix generic error output, missing parens

This commit is contained in:
mattpass
2020-06-29 18:11:46 +01:00
parent 521f4a5ce0
commit 34e48e8930

View File

@@ -234,8 +234,9 @@ class File
$script .= '
setTimeout(function() {
if (!parent.parent.ICEcoder.content.contentWindow.createNewCMInstance) {
console.log(\'' .$t['There was a...'] . '\');
window.location.reload(true);
console.log(\'' .$t['There was a...'] . '\');
window.location.reload(true);
}
}, 4);';
}