mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-06 16:46:48 +01:00
Fix generic error output, missing parens
This commit is contained in:
@@ -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);';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user