X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fjs%2Faccount.js;h=c54353268ea3d410d7f38a739869fdba90d9f0fe;hb=facf74e6972eafb727833b85b38b061215dea833;hp=f8b11d90f86fa185927c7998eb15f0de065c95b8;hpb=2517cb9932ed82a50722750f4bbb619f75a697a5;p=syj.git diff --git a/public/js/account.js b/public/js/account.js index f8b11d9..c543532 100644 --- a/public/js/account.js +++ b/public/js/account.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 currentmail = $("account_email").value, form = $("accountform");