aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorAbijeet <abijeetpatro@gmail.com>2018-06-16 02:47:46 +0530
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-18 07:39:44 +0200
commit55216e6b9558d333158aaed87d16d988f247da82 (patch)
treeb1d3bea60055ca3fd5d599397065d8d4d8acd206 /apps
parent470310b3bff21ebbc8b994ebba7c9de685f97c44 (diff)
downloadnextcloud-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.js2
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();