Elastic: Fix navlist header text
This commit is contained in:
parent
8c4e836dea
commit
c4a62b6658
1 changed files with 6 additions and 0 deletions
|
@ -335,6 +335,12 @@
|
|||
rcmail.addEventListener('tasks-insertrow', function(o) {
|
||||
UI.pretty_checkbox($(o.div).find('input'));
|
||||
});
|
||||
|
||||
$('#taskselector a').on('click', function() {
|
||||
var node = $(this).clone();
|
||||
node.find('span').remove();
|
||||
$('#taskselector-name').text(node.text());
|
||||
});
|
||||
</script>
|
||||
|
||||
<roundcube:include file="includes/footer.html" />
|
||||
|
|
Loading…
Add table
Reference in a new issue