show delete hint text on hovering trash

This commit is contained in:
Volkan Gezer 2014-05-28 20:27:28 +02:00
parent ce9d5df6df
commit f7cc07ba41

View file

@ -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']);