]> dev.renevier.net Git - syj.git/blobdiff - public/js/login.js
update copyright headers
[syj.git] / public / js / login.js
index ee9dd9ca6f0043d4fd9993f2661f38a2caa093f2..25562ed14b3382a02c9a6653a62213acaa068dbe 100644 (file)
@@ -1,9 +1,9 @@
-/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
 
 document.observe("dom:loaded", function() {
     var form = $("loginform");
-    form.focus();
+    form.setfocus();
 
     form.observe("submit", function(evt) {
         var loginput = $("login_user");