Just remove groups from localStorage instead of all data
This commit is contained in:
parent
102d1d1a17
commit
0b0fb2dcb0
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ clear_local_data=function() {
|
||||||
}
|
}
|
||||||
|
|
||||||
on_confirm_clear_local_data=function(data) {
|
on_confirm_clear_local_data=function(data) {
|
||||||
localStorage.clear();
|
delete localStorage.groups;
|
||||||
location.reload();
|
location.reload();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue