X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=public%2Fjs%2Faccount.js;fp=public%2Fjs%2Faccount.js;h=c54353268ea3d410d7f38a739869fdba90d9f0fe;hp=20b893cf713f2fa0ba832108280d79835de9c9ba;hb=facf74e6972eafb727833b85b38b061215dea833;hpb=38d6d087c394c73df4b980f3ac7bb07951f253e0 diff --git a/public/js/account.js b/public/js/account.js index 20b893c..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-2011 Arnaud Renevier, and is published under the AGPL license. */ +"use strict"; + document.observe("dom:loaded", function() { var currentmail = $("account_email").value, form = $("accountform");