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 703-708 Link Here
703
                $("body").on("click", ".deleteshelf", function(){
703
                $("body").on("click", ".deleteshelf", function(){
704
                    return confirmDelete(MSG_CONFIRM_DELETE_LIST);
704
                    return confirmDelete(MSG_CONFIRM_DELETE_LIST);
705
                });
705
                });
706
                $("body").on("click", ".delete-list",function(){
707
                    return confirm(_("Are you sure you want to delete this list?"));
708
                });
706
            });
709
            });
707
        [% END # /IF op == 'list' %]
710
        [% END # /IF op == 'list' %]
708
711
709
- 

Return to bug 38302