empty page on new tab nw offers list of available workspaces

This commit is contained in:
zadam
2021-03-28 00:07:38 +01:00
parent 744ed27d91
commit 6541523e88
8 changed files with 10506 additions and 440 deletions

View File

@@ -391,8 +391,7 @@ sqlInit.dbReady.then(() => {
setTimeout(cls.wrap(sync), 5000);
});
if (sqlInit.isDbInitialized())
{
if (sqlInit.isDbInitialized()) {
// called just so ws.setLastSyncedPush() is called
getLastSyncedPush();
}