mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Buttons list didn't work as well
This commit is contained in:
		@@ -13,7 +13,7 @@
 | 
			
		||||
                "note": note_id
 | 
			
		||||
            }
 | 
			
		||||
     ).done(function(){
 | 
			
		||||
         $("#alias_table").load(location.href+ " #alias_table");
 | 
			
		||||
         $("#alias_table").load(location.pathname+ " #alias_table");
 | 
			
		||||
         addMsg("Alias ajouté","success");
 | 
			
		||||
     })
 | 
			
		||||
      .fail(function(xhr, textStatus, error){
 | 
			
		||||
@@ -29,7 +29,7 @@
 | 
			
		||||
     })
 | 
			
		||||
      .done(function(){
 | 
			
		||||
          addMsg('Alias supprimé','success');
 | 
			
		||||
          $("#alias_table").load(location.href + " #alias_table");
 | 
			
		||||
          $("#alias_table").load(location.pathname + " #alias_table");
 | 
			
		||||
      })
 | 
			
		||||
      .fail(function(xhr,textStatus, error){
 | 
			
		||||
          errMsg(xhr.responseJSON);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user