Changeset 668


Ignore:
Timestamp:
11/15/12 11:10:24 (12 years ago)
Author:
vmipsl
Message:

account BD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_statistics/web/project/statistics-script.jsp

    r667 r668  
    182182            this.jSONUser = result.jSONUser; 
    183183 
    184         $( "#loginValue" ).empty(); 
    185         $( "#pwdValue" ).empty(); 
     184        $( "#loginValue" ).val( "" ); 
     185        $( "#pwdValue" ).val( "" ); 
    186186        $( "#login_text" ).css( "visibility", "hidden" ); 
    187187        $( "#login" ).animate( { 
Note: See TracChangeset for help on using the changeset viewer.