Skip to content

Commit

Permalink
Bug fix for local apps
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Oct 26, 2023
1 parent 0bf496a commit 09d8664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,7 @@
usePort = location.port
}
setupWebSocket(useHostname, usePort);
if (GLOBALS.isStaticHtmlPageApp) {
if (localAppshareApp) {
await initYazzApplication()
}
//alert(useHostname + ":" + usePort)
Expand All @@ -2221,6 +2221,7 @@
// application
//--------------------------------------------------------------------

console.log("Called initYazzApplication()")
setTimeout(async function(){

await setupAlaSqlDatabase()
Expand Down

0 comments on commit 09d8664

Please sign in to comment.