]> dev.renevier.net Git - syj.git/blobdiff - public/js/account.js
update copyright headers
[syj.git] / public / js / account.js
index d479e559b749ae0d2918d58373af3354842604d7..20b893cf713f2fa0ba832108280d79835de9c9ba 100644 (file)
@@ -1,10 +1,10 @@
-/*  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 currentmail = $("account_email").value, form = $("accountform");
 
-    form.focus();
+    form.setfocus();
 
     form.observe('submit', function(evt) {
         var control, errorElements;