mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
a
This commit is contained in:
parent
13b4d93ca0
commit
d11c87ff88
1 changed files with 104 additions and 102 deletions
|
@ -141,12 +141,12 @@
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
// wait until DOM is ready so that error messages can display properly
|
// wait until DOM is ready so that error messages can display properly
|
||||||
window.onload = setTimeout(async () => {
|
window.onload = () => {
|
||||||
|
|
||||||
setTimeout(() => {
|
|
||||||
init();
|
init();
|
||||||
if (gl) animate();
|
if (gl) animate();
|
||||||
}, 0);
|
|
||||||
|
setTimeout(async () => {
|
||||||
|
|
||||||
// dont try doing anything if running in a browser
|
// dont try doing anything if running in a browser
|
||||||
if (navigator.userAgent.indexOf('discord') == -1) return;
|
if (navigator.userAgent.indexOf('discord') == -1) return;
|
||||||
|
@ -261,6 +261,8 @@
|
||||||
|
|
||||||
}, 500);
|
}, 500);
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue