Skip to content

Commit

Permalink
[FIX]Fix bootstrap icon issue on collapse folder subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
IrAlfred authored and josaphatim committed Jun 10, 2024
1 parent e0670e4 commit 90d4716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/imap_folders/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var expand_folders_page_list = function(path, container, link_class, target, id_
}
}
else {
$('.expand_link', list).html('+');
$('.expand_link', list).html('<i class="bi bi-plus-circle-fill"></i>');
$('ul', list).remove();
}
return false;
Expand Down

0 comments on commit 90d4716

Please sign in to comment.