Elastic: Fix navlist header text

This commit is contained in:
Aleksander Machniak 2018-03-23 13:20:23 +01:00
parent 8c4e836dea
commit c4a62b6658

View file

@ -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" />