X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fjs%2Fcontact.js;h=eb8cf921b25d5c103066958487bda4f2db442243;hb=c06c7fd6e6f26d31abb8d7c9a9f9e3f2d5b27d5c;hp=3afd99588bb268d69e686bcdac1192f3f18455ac;hpb=2517cb9932ed82a50722750f4bbb619f75a697a5;p=syj.git diff --git a/public/js/contact.js b/public/js/contact.js index 3afd995..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 Arnaud Renevier, +/* 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();