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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (-2 / +1 lines)
Lines 367-373 SMTP servers Link Here
367
                    _("You are about to delete the '%s' SMTP server.").format(smtp_server_name)
367
                    _("You are about to delete the '%s' SMTP server.").format(smtp_server_name)
368
                );
368
                );
369
369
370
                $("#delete_confirm_modal_button").on( "click", function () {
370
                $("#delete_confirm_modal_button").unbind("click").on( "click", function () {
371
                    $.ajax({
371
                    $.ajax({
372
                        method: "DELETE",
372
                        method: "DELETE",
373
                        url: "/api/v1/config/smtp_servers/"+smtp_server_id
373
                        url: "/api/v1/config/smtp_servers/"+smtp_server_id
374
- 

Return to bug 27250