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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-2 / +1 lines)
Lines 990-996 Link Here
990
        });
990
        });
991
991
992
    $(".cleardate").on("click", function(){
992
    $(".cleardate").on("click", function(){
993
        document.getElementById('borrower_dateofbirth').value='';
993
        $('#borrower_dateofbirth').val('');
994
        return false;
994
        return false;
995
    });
995
    });
996
    //]]>
996
    //]]>
997
- 

Return to bug 17222