View | Details | Raw Unified | Return to bug 38302
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-1 / +3 lines)
Lines 702-707 Link Here
702
                $("body").on("click", ".deleteshelf", function(){
702
                $("body").on("click", ".deleteshelf", function(){
703
                    return confirmDelete(MSG_CONFIRM_DELETE_LIST);
703
                    return confirmDelete(MSG_CONFIRM_DELETE_LIST);
704
                });
704
                });
705
                $("body").on("click", ".delete-list",function(){
706
                    return confirm(_("Are you sure you want to delete this list?"));
707
                });
705
            });
708
            });
706
        [% END # /IF op == 'list' %]
709
        [% END # /IF op == 'list' %]
707
710
708
- 

Return to bug 38302