mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 15:10:23 +00:00
webclient: don't restore checkbox status
Fixes #807 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
cf9d081495
commit
80c8486d24
1 changed files with 1 additions and 1 deletions
|
@ -925,8 +925,8 @@
|
|||
if (!data.sftpgo_dir || data.sftpgo_dir != '{{.CurrentDir}}'){
|
||||
data.start = 0;
|
||||
data.search.search = "";
|
||||
data.checkboxes = [];
|
||||
}
|
||||
data.checkboxes = [];
|
||||
},
|
||||
"columns": [
|
||||
{ "data": "meta" },
|
||||
|
|
Loading…
Reference in a new issue