mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
fix fucked up initialization failure msg
This commit is contained in:
parent
71e5fc54ad
commit
d41dbead2e
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
document.querySelector('div').parentNode.innerHTML += '<div style="color:#f00">Inititialization failure. Check the console for details.</div>';
|
document.querySelector('div').parentNode.innerHTML += '<span style="color:#f00">Inititialization failure. Check the console for details.</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue