mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
fix (login): settings bug
This commit is contained in:
@@ -13,7 +13,7 @@ export function settings_put(key, value) {
|
||||
}
|
||||
|
||||
function save(d) {
|
||||
setInterval(() => {
|
||||
setTimeout(() => {
|
||||
window.localStorage.setItem("settings", JSON.stringify(d));
|
||||
}, 500);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user