Skip to content

Commit d1985fc

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 5d6c6db commit d1985fc

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
@@ -7781,7 +7781,6 @@ function rcube_webmail() {
77817781
};
77827782

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

0 commit comments

Comments
 (0)