From f7cc07ba41a297fba28d97106d07061cb62a2120 Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Wed, 28 May 2014 20:27:28 +0200 Subject: [PATCH] show delete hint text on hovering trash --- apps/files/js/fileactions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js index 2edb45f544c..085195e961d 100644 --- a/apps/files/js/fileactions.js +++ b/apps/files/js/fileactions.js @@ -180,7 +180,7 @@ if (typeof trashBinApp !== 'undefined' && trashBinApp) { html = ''; } else { - html = ''; + html = ''; } var element = $(html); element.data('action', actions['Delete']); -- 2.39.5