]> dev.renevier.net Git - syj.git/blobdiff - public/js/contact.js
allow anonymous routes creation
[syj.git] / public / js / contact.js
index e41734110f7ca7426ef60a72459c6ef2048c1147..416d7457f4c9fb54b6c5e494410b7e853739b985 100644 (file)
@@ -25,8 +25,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();
         }
     });