Skip to content

Commit

Permalink
Fixing Yazz on slow connections
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Oct 26, 2023
1 parent 42ec0ec commit 0bf496a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -2204,8 +2204,10 @@
usePort = location.port
}
setupWebSocket(useHostname, usePort);
if (GLOBALS.isStaticHtmlPageApp) {
await initYazzApplication()
}
//alert(useHostname + ":" + usePort)
await initYazzApplication()
}
async function initYazzApplication ( ) {
//----------------------------------------------------------------------------------
Expand Down Expand Up @@ -2891,6 +2893,7 @@
}
}
yz.mainVars.pageInitialised = true
await initYazzApplication()



Expand Down

0 comments on commit 0bf496a

Please sign in to comment.