X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=public%2Fjs%2Fnewpwd.js;fp=public%2Fjs%2Fnewpwd.js;h=9faf70b5f103c787fa76f4e3f2080fa7a296d6aa;hp=977e9959a7418aa7dc463543f654332d54b32b02;hb=facf74e6972eafb727833b85b38b061215dea833;hpb=38d6d087c394c73df4b980f3ac7bb07951f253e0 diff --git a/public/js/newpwd.js b/public/js/newpwd.js index 977e995..9faf70b 100644 --- a/public/js/newpwd.js +++ b/public/js/newpwd.js @@ -1,5 +1,8 @@ /* This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier, and is published under the AGPL license. */ + +"use strict"; + function insertErrorBefore(elt, messageError) { var message = new Element("div", {className: 'error'}).update(messageError); elt.insert({before: message});