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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-1 / +7 lines)
Lines 537-542 Link Here
537
            return false;
537
            return false;
538
        }
538
        }
539
539
540
        $('#memberresultst tbody').on('click','td',function(e){
541
            var $checkbox = $(this).find("input[type=checkbox]");
542
            if (e.target.type != "checkbox") {
543
                $checkbox.prop('checked', !$checkbox.prop("checked"));
544
            }
545
        });
546
540
        // User has clicked on the Clear button
547
        // User has clicked on the Clear button
541
        function clearFilters(redraw) {
548
        function clearFilters(redraw) {
542
            $("#searchform select").val('');
549
            $("#searchform select").val('');
543
- 

Return to bug 15812