From 2e8b1e2b5b8dfa922ae95c13ab5127b2d45218ae Mon Sep 17 00:00:00 2001 From: Yanjun Li Date: Wed, 30 Oct 2024 16:21:06 +0000 Subject: [PATCH] Bug 38020: (follow-up) Remove unused delete confirmation code This follow-up patch removes the unused delete list confirmation dialog in virtualshelves/shelves.tt Signed-off-by: Aleisha Amohia Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 3 --- 1 file changed, 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index 34b7f80a42..ed381b39a3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -938,9 +938,6 @@ sendList(); return false; }); - $(".delete-list").click(function(e){ - return confirm(_("Are you sure you want to delete this list?")); - }); }); [% END %] -- 2.39.5