X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fjs%2Faccount.js;h=20b893cf713f2fa0ba832108280d79835de9c9ba;hb=1f6105289a49079809c2a4677b561bc82c62db88;hp=d479e559b749ae0d2918d58373af3354842604d7;hpb=a64d41557a62ec6051d7fa08d1ba941e089aa5c2;p=syj.git diff --git a/public/js/account.js b/public/js/account.js index d479e55..20b893c 100644 --- a/public/js/account.js +++ b/public/js/account.js @@ -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;