Setting focus on form fields
[koha.git] / koha-tmpl / opac-tmpl / prog / en / js / script.js
index b3e3a16..76a6c91 100644 (file)
@@ -11,6 +11,7 @@ $(document).ready(function(){
        $(".close").click(function(){
                window.close();
        });
+       $(".focus").focus();
        // clear the basket when user logs out
        $("#logout").click(function(){
                var nameCookie = "bib_list";