Files: Add title text to truncated long folder names on folders list

This commit is contained in:
Aleksander Machniak 2019-06-19 11:18:03 +00:00
parent 15a38f87e0
commit 22bfc61fbf

View file

@ -2264,6 +2264,9 @@ function kolab_files_ui()
list.append(rows).appendTo(elem)
.on('click', 'a.subscription', function(e) {
return file_api.folder_list_subscription_button_click(this);
})
.on('mouseover', 'a.name', function() {
rcube_webmail.long_subject_title_ex(this);
});
if (rcmail.env.contextmenu)