X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=public%2Fjavascripts%2Flsl.js;h=3e5c6725724b5600d440e6bc305cb58f34d56d42;hb=e199c9073972c4fc2881236bd3ef70b1fd0ea101;hp=de4104e5bf8b4e723e31cee1f22d0935eafd2903;hpb=52688859f55cc3ee271f8e10583f354e1f6eabd8;p=lsl.git diff --git a/public/javascripts/lsl.js b/public/javascripts/lsl.js index de4104e..3e5c672 100644 --- a/public/javascripts/lsl.js +++ b/public/javascripts/lsl.js @@ -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' }