reset database fixed on client
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
document.addEventListener('DOMContentLoaded', async function () {
|
||||
await new Promise(resolve => setTimeout(resolve, 7000));
|
||||
await window.databaseAPI.resetInternalDatabase();
|
||||
await new Promise(resolve => setTimeout(resolve, 7000));
|
||||
await window.workersAPI.stopWorkers();
|
||||
await window.uiAPI.changeContent('welcome');
|
||||
});
|
||||
Reference in New Issue
Block a user