X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=public%2Fjs%2Fnewpwd.js;h=9faf70b5f103c787fa76f4e3f2080fa7a296d6aa;hb=c06c7fd6e6f26d31abb8d7c9a9f9e3f2d5b27d5c;hp=388ee08c69495060573952dfcb337467a4889eb6;hpb=a64d41557a62ec6051d7fa08d1ba941e089aa5c2;p=syj.git diff --git a/public/js/newpwd.js b/public/js/newpwd.js index 388ee08..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 Arnaud Renevier, +/* 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});