From 0fbb99690b436f3d46710c0efd8775e05a9d78ba Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sun, 28 Oct 2012 16:03:31 +0100 Subject: [PATCH] properly replace fileaction icons with pngs when needed --- apps/files/js/fileactions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js index 24c8e85656..901c685ecb 100644 --- a/apps/files/js/fileactions.js +++ b/apps/files/js/fileactions.js @@ -82,7 +82,7 @@ var FileActions = { } var html = ''; if (img) { - html += ' '; + html += ' '; } html += t('files', name) + ''; var element = $(html); @@ -111,7 +111,7 @@ var FileActions = { } var element = $(html); if (img) { - element.append($('')); + element.append($('')); } element.data('action', 'Delete'); element.click(function (event) {