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

Return to bug 38302