Changeset 521


Ignore:
Timestamp:
05/31/12 14:47:17 (12 years ago)
Author:
vmipsl
Message:

backoffice : insertJeu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/backoffice/dataInsertion-script.jsp

    r520 r521  
    118118    { 
    119119        this.loadingRemove.hide(); 
    120         this.containerResultRemove.html( jQuery.parseJSON( result ).success + " " + this.dataset.categoryName + " / " + this.dataset.name ); 
     120        this.containerResultRemove.html( jQuery.parseJSON( result ).success + " " + this.dataset.categoryName + " / " + this.dataset.name + " _  id : " + this.dataset.id ); 
    121121        this.containerResultRemove.removeClass( "disable" ); 
    122122        this.containerResultRemove.show(); 
     
    315315    showErrors: function( result ) 
    316316    { 
     317        this.loadingDataset.hide(); 
     318        this.loadingInsert.hide(); 
     319        this.loadingRemove.hide(); 
    317320        var context = this[0] ? this[0] : this; 
    318321        var text = this[1]; 
Note: See TracChangeset for help on using the changeset viewer.