Bug fix
This commit is contained in:
parent
0e41a80aa4
commit
7aa4b58253
@ -151,6 +151,9 @@
|
||||
<!-- <script src="scripts/main.js"></script> -->
|
||||
<script>
|
||||
const { html, render: renderElem } = uhtml;
|
||||
const uiGlobals = {
|
||||
// Use to store global variables
|
||||
}
|
||||
//Checks for internet connection status
|
||||
uiGlobals.connectionErrorNotification = []
|
||||
if (!navigator.onLine)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user