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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-1 / +1 lines)
Lines 294-299 Link Here
294
                        $(this).prop("checked", true).change();
294
                        $(this).prop("checked", true).change();
295
                    }
295
                    }
296
                });
296
                });
297
                $("#merge-patrons").prop("disabled", true);
297
            });
298
            });
298
            $("#clear_all").on("click", function (e) {
299
            $("#clear_all").on("click", function (e) {
299
                e.preventDefault();
300
                e.preventDefault();
300
- 

Return to bug 21555