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

(-)a/koha-tmpl/opac-tmpl/bootstrap/js/script.js (-1 / +3 lines)
Lines 65-68 $(document).ready(function(){ Link Here
65
        e.preventDefault();
65
        e.preventDefault();
66
        $("#loginModal").modal("show");
66
        $("#loginModal").modal("show");
67
    });
67
    });
68
    $("#loginModal").on("shown.bs.modal", function(){
69
        $("#muserid").focus();
70
    });
68
});
71
});
69
- 

Return to bug 26695