]> git.ktnx.net Git - lsl.git/blobdiff - public/javascripts/lsl.js
TODO: undo list deletion
[lsl.git] / 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' }