]> git.ktnx.net Git - lsl.git/commitdiff
TODO: undo list deletion
authorDamyan Ivanov <dmn@debian.org>
Fri, 4 Mar 2022 20:51:48 +0000 (20:51 +0000)
committerDamyan Ivanov <dmn@debian.org>
Fri, 4 Mar 2022 20:51:48 +0000 (20:51 +0000)
public/javascripts/lsl.js

index de4104e5bf8b4e723e31cee1f22d0935eafd2903..3e5c6725724b5600d440e6bc305cb58f34d56d42 100644 (file)
@@ -124,6 +124,8 @@ function edit_list(li) {
     });
 }
 function delete_list(li, dlg) {
+    // TODO: fetch all list items and store all data in a "Deleted"
+    // pop-up with an "Undo" link that can be used to restore the list
     var lists_ver = lists_version;
     $.ajax( li.data('lsl-uri'),
         { type: 'DELETE' }