diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-02-06 16:23:22 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-02-06 16:23:22 +0100 |
commit | e2516a2b65185bd3081361d0b8f25e6eaf7d698f (patch) | |
tree | 6b982ece824887e497cee652e435f94af7a0e2f1 /apps/files_trashbin/js/disableDefaultActions.js | |
parent | 9e08f85c5e8b57d759cecc9ca145a816e121fe6c (diff) | |
download | nextcloud-server-e2516a2b65185bd3081361d0b8f25e6eaf7d698f.tar.gz nextcloud-server-e2516a2b65185bd3081361d0b8f25e6eaf7d698f.zip |
allow to delete single files from the trash bin permanently
Diffstat (limited to 'apps/files_trashbin/js/disableDefaultActions.js')
-rw-r--r-- | apps/files_trashbin/js/disableDefaultActions.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/js/disableDefaultActions.js b/apps/files_trashbin/js/disableDefaultActions.js index 56b95407dd3..27c3e13db4d 100644 --- a/apps/files_trashbin/js/disableDefaultActions.js +++ b/apps/files_trashbin/js/disableDefaultActions.js @@ -1,3 +1,4 @@ /* disable download and sharing actions */
var disableDownloadActions = true;
var disableSharing = true;
+var trashBinApp = true;
\ No newline at end of file |