X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=public%2Fjs%2Faccount.js;h=d479e559b749ae0d2918d58373af3354842604d7;hp=c19d30ee9abd763a444452884884e49f337f60e7;hb=a64d41557a62ec6051d7fa08d1ba941e089aa5c2;hpb=3c4eae3c94fd2369087cd3cc73e195cbc48fc433 diff --git a/public/js/account.js b/public/js/account.js index c19d30e..d479e55 100644 --- a/public/js/account.js +++ b/public/js/account.js @@ -44,8 +44,7 @@ document.observe("dom:loaded", function() { * if there are errors, cancel submission */ if (errorElements.length) { - errorElements[0].highlight('#F08080').focus(); - errorElements[0].select(); + errorElements[0].highlight('#F08080').activate(); evt.stop(); } });