$("body").on("click", ".deleteshelf", function(){
return confirmDelete(MSG_CONFIRM_DELETE_LIST);
});
$("body").on("click", ".delete-list",function(){
return confirm(_("Are you sure you want to delete this list?"));
[% END # /IF op == 'list' %]
-