From e2516a2b65185bd3081361d0b8f25e6eaf7d698f Mon Sep 17 00:00:00 2001 From: Björn Schießle Date: Wed, 6 Feb 2013 16:23:22 +0100 Subject: allow to delete single files from the trash bin permanently --- apps/files_trashbin/js/disableDefaultActions.js | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/files_trashbin/js/disableDefaultActions.js') 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 -- cgit v1.2.3