diff options
author | Abijeet <abijeetpatro@gmail.com> | 2018-06-16 02:47:46 +0530 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-18 07:39:44 +0200 |
commit | 55216e6b9558d333158aaed87d16d988f247da82 (patch) | |
tree | b1d3bea60055ca3fd5d599397065d8d4d8acd206 /apps | |
parent | 470310b3bff21ebbc8b994ebba7c9de685f97c44 (diff) | |
download | nextcloud-server-55216e6b9558d333158aaed87d16d988f247da82.tar.gz nextcloud-server-55216e6b9558d333158aaed87d16d988f247da82.zip |
Fixes the restore loading icon appearing continuously.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_trashbin/js/filelist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/js/filelist.js b/apps/files_trashbin/js/filelist.js index 32b151ae684..324e4d8a7e0 100644 --- a/apps/files_trashbin/js/filelist.js +++ b/apps/files_trashbin/js/filelist.js @@ -195,7 +195,7 @@ else { self._removeCallback(result); } - self.fileMultiSelectMenu.toggleLoading('restore', true); + self.fileMultiSelectMenu.toggleLoading('restore', false); } ); event.preventDefault(); |