mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
clear localstorage after installer went through all steps
This commit is contained in:
@@ -332,6 +332,7 @@
|
|||||||
},
|
},
|
||||||
success: async function(response) {
|
success: async function(response) {
|
||||||
if (response == 'success') {
|
if (response == 'success') {
|
||||||
|
localStorage.clear();
|
||||||
running(field, false);
|
running(field, false);
|
||||||
await log_message('debug', 'Successfully created .lock file in folder /install');
|
await log_message('debug', 'Successfully created .lock file in folder /install');
|
||||||
resolve();
|
resolve();
|
||||||
|
|||||||
Reference in New Issue
Block a user