X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=public%2Fjs%2Fcontact.js;h=1213e6eb5e9c7ef9f04eb11db339a8a5eb3aef39;hp=2f47875e5c74193cb32cbef8bf950eaf4d07c072;hb=9efd079d59d269811abc4c551b2f39ab2e6a05fb;hpb=aa1b3365fcf3d78fbe20166a03fc92fab3928708 diff --git a/public/js/contact.js b/public/js/contact.js index 2f47875..1213e6e 100644 --- a/public/js/contact.js +++ b/public/js/contact.js @@ -30,7 +30,7 @@ document.observe("dom:loaded", function() { * if there are errors, cancel submission */ if (errorElements.length) { - errorElements[0].focus(); + errorElements[0].highlight('#F08080').focus(); errorElements[0].select(); evt.stop(); }