X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=public%2Fjs%2Fcontact.js;fp=public%2Fjs%2Fcontact.js;h=eb8cf921b25d5c103066958487bda4f2db442243;hp=d3528dc5a9149b45e4bff0065c2230a495671a42;hb=facf74e6972eafb727833b85b38b061215dea833;hpb=38d6d087c394c73df4b980f3ac7bb07951f253e0 diff --git a/public/js/contact.js b/public/js/contact.js index d3528dc..eb8cf92 100644 --- a/public/js/contact.js +++ b/public/js/contact.js @@ -1,6 +1,8 @@ /* This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier, and is published under the AGPL license. */ +"use strict"; + document.observe("dom:loaded", function() { var form = $("contactform"); form.setfocus();