From 09d8664673e9767b864618eee71f36a469dcdb09 Mon Sep 17 00:00:00 2001 From: Zubair Quraishi Date: Thu, 26 Oct 2023 14:47:53 +0200 Subject: [PATCH] Bug fix for local apps --- public/go.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/go.html b/public/go.html index 221768d54..a0e1d63a8 100644 --- a/public/go.html +++ b/public/go.html @@ -2204,7 +2204,7 @@ usePort = location.port } setupWebSocket(useHostname, usePort); - if (GLOBALS.isStaticHtmlPageApp) { + if (localAppshareApp) { await initYazzApplication() } //alert(useHostname + ":" + usePort) @@ -2221,6 +2221,7 @@ // application //-------------------------------------------------------------------- + console.log("Called initYazzApplication()") setTimeout(async function(){ await setupAlaSqlDatabase()