Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3271 → Rev 3272

/trunk/widget/modules/saisie2/squelettes/js/auth.js
82,7 → 82,7
if ( undefined !== jeton ) {
// décodage jeton
var jetonDecode = decoderJeton( jeton );
console.log(jetonDecode);
// console.log(jetonDecode);
 
idUtilisateur = jetonDecode.id;
nomComplet = jetonDecode.intitule;