diff options
Diffstat (limited to 'app/bits/static')
-rwxr-xr-x | app/bits/static/load.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 = ""; } } |