Skip to content

Commit 80d323e

Browse files
committed
Remove another comment
(I won't implement that check because I consider that an edge case, which isn't worth a lot of effort.)
1 parent 696e491 commit 80d323e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

program/js/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7817,7 +7817,6 @@ function rcube_webmail() {
78177817
};
78187818

78197819
// TODO: In the receive callback, can we wait for the confirmation dialog without introducing async/await and Promises?
7820-
// TODO: save only if the list is different than at start
78217820
this.make_folder_lists_sortable = () => {
78227821
const mainFolderList = this.gui_objects.subscriptionlist;
78237822
$folderLists = $('ul', mainFolderList.parentElement);

0 commit comments

Comments
 (0)