add alt text for file actions, but leave empty since text is directly next to it

remotes/origin/fix-10825
Jan-Christoph Borchardt 12 years ago
parent 45c6ec8582
commit af743efff0
  1. 2
      apps/files/js/fileactions.js

@ -261,7 +261,7 @@
}
var html = '<a href="#" class="action action-' + name.toLowerCase() + '" data-action="' + name + '">';
if (img) {
html += '<img class ="svg" src="' + img + '" />';
html += '<img class ="svg" alt="" src="' + img + '" />';
}
html += '<span> ' + actionText + '</span></a>';

Loading…
Cancel
Save