From d32799e4bf48412d71222401dba84aaab47a75a7 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 15 Apr 2012 13:28:11 +0200 Subject: show text for file actions --- files/js/fileactions.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'files/js') diff --git a/files/js/fileactions.js b/files/js/fileactions.js index 93b0d97336e..5c6dc65d49d 100644 --- a/files/js/fileactions.js +++ b/files/js/fileactions.js @@ -67,11 +67,10 @@ FileActions={ if(img.call){ img=img(file); } - var html=''; var element=$(html); - if(img){ - element.append($('')); - } element.data('action',name); element.click(function(event){ event.stopPropagation(); -- cgit v1.2.3