From 70dc6d17050964fc05598b32584272d5339a8a2b 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 --- .../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 34b7f80a429..ed381b39a3e 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