From 99c1d9af689e5325f3cf535c4007b3aeb8325229 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 10 Jan 2023 14:54:04 +0100 Subject: Update - This is an automated commit --- app/bits/static/load.js | 1 + app/index.html | 51 ++++++++++++++++++++++++++++--------------------- 2 files changed, 30 insertions(+), 22 deletions(-) (limited to 'app') diff --git a/app/bits/static/load.js b/app/bits/static/load.js index c748656..91b3915 100755 --- a/app/bits/static/load.js +++ b/app/bits/static/load.js @@ -9,6 +9,7 @@ window.onload = async () => { await refresh(); appLoading = false; } catch (e) { + console.error(e); document.getElementById("loadfailure").style.display = ""; } } diff --git a/app/index.html b/app/index.html index e8fd5a0..962305c 100644 --- a/app/index.html +++ b/app/index.html @@ -290,30 +290,37 @@
-

-

 Greetings Name!

- -
-
- - - Fronters - - - - Bits - - - - Planner - - - - Emergency - +
+

+

 Greetings Name!

+ +
+ + +

In the other system: Some member

+
+ +
+ Notice: The Plural Ponies app is now deprecated and cannot be used anymore. You may now uninstall it.
-

In the other system: Some member

-- cgit