summaryrefslogtreecommitdiff
path: root/app/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/index.php')
-rw-r--r--app/index.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/index.php b/app/index.php
index 082e705..f7b57d4 100644
--- a/app/index.php
+++ b/app/index.php
@@ -85,7 +85,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $_PROFI
<script>
window.modalLoaded = false;
- document.getElementById("modal").onload = () => {
+ /*document.getElementById("modal").onload = () => {
window.modalLoaded = true;
if (localStorage.getItem("welcomed") !== "true") {
@@ -95,7 +95,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $_PROFI
openModal("What's new in Mist?", "update.php", true);
}
}
- }
+ }*/
window.onerror = (_1, _2, _3, _4, err) => {
let loadWait = setInterval(() => {
@@ -780,6 +780,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $_PROFI
document.getElementById("loading-text").innerText = "Done loading.";
document.getElementById("loading").style.display = "none";
+ eolModal();
})();
window.playingStella = false;