This commit is contained in:
sairaj mote 2023-08-16 14:35:01 +05:30
parent 0e41a80aa4
commit 7aa4b58253

View File

@ -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)