show delete hint text on hovering trash

remotes/origin/ldap_group_count
Volkan Gezer 11 years ago
parent ce9d5df6df
commit f7cc07ba41
  1. 2
      apps/files/js/fileactions.js

@ -180,7 +180,7 @@
if (typeof trashBinApp !== 'undefined' && trashBinApp) {
html = '<a href="#" original-title="' + t('files', 'Delete permanently') + '" class="action delete delete-icon" />';
} else {
html = '<a href="#" class="action delete delete-icon" />';
html = '<a href="#" original-title="' + t('files', 'Delete') + '" class="action delete delete-icon" />';
}
var element = $(html);
element.data('action', actions['Delete']);

Loading…
Cancel
Save