[intranet] stripping trailing ws
darcs-hash:20090518195221-bd074-d23d22d5fe926a32e697d53da0fc34d8a9631373.gz
This commit is contained in:
parent
fbd4c2426d
commit
ab547caf80
2 changed files with 20 additions and 20 deletions
|
@ -77,8 +77,8 @@ Digicode.makeCode.createCode = function(login, code)
|
|||
Digicode.AJAX.call("createCode?code="+code + "&adherent=" + login, this.handleNewCode);
|
||||
else
|
||||
Digicode.AJAX.call("createCode?adherent=" + login, this.handleNewCode);
|
||||
|
||||
}
|
||||
|
||||
Digicode.makeCode.handleNewCode = function(res)
|
||||
{
|
||||
if (res.code)
|
||||
|
@ -99,8 +99,8 @@ Digicode.makeCode.handleNewCode = function(res)
|
|||
alert("Ceci n'est pas un code valide");
|
||||
Digicode.makeCode.displayForm();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*****************************
|
||||
Digicode.codelist
|
||||
*****************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue