From: Robin Appelman Date: Sun, 28 Oct 2012 15:03:31 +0000 (+0100) Subject: properly replace fileaction icons with pngs when needed X-Git-Tag: v5.0.0alpha1~560 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0fbb99690b436f3d46710c0efd8775e05a9d78ba;p=nextcloud-server.git properly replace fileaction icons with pngs when needed --- diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js index 24c8e85656c..901c685ecb2 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) {