Files: Add title text to truncated long folder names on folders list
This commit is contained in:
parent
15a38f87e0
commit
22bfc61fbf
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue