Ignore:
Timestamp:
03/21/12 13:54:38 (12 years ago)
Author:
vmipsl
Message:

!!! Recup Megapoli apres EFFACEMENT !!!

File:
1 copied

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/resources/js/classesForJQuery/LoginButton.js

    r423 r424  
    228228    { 
    229229        this.errors = jQuery.parseJSON( result ).errors; 
    230         this.setJSONUser( null != jQuery.parseJSON( result ).jSONUser ? jQuery.parseJSON( result ).jSONUser : false ); 
     230        this.setJSONUser( null != jQuery.parseJSON( result ).jSONPeople ? jQuery.parseJSON( result ).jSONPeople : false ); 
    231231        if( null == this.errors ) 
    232232            this.updateLoginOrLogout(); 
Note: See TracChangeset for help on using the changeset viewer.