]> dev.renevier.net Git - syj.git/blobdiff - public/js/account.js
allow anonymous routes creation
[syj.git] / public / js / account.js
index c19d30ee9abd763a444452884884e49f337f60e7..d479e559b749ae0d2918d58373af3354842604d7 100644 (file)
@@ -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();
         }
     });