mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	More optimisation
This commit is contained in:
		@@ -199,6 +199,7 @@ function autoCompleteNote(field_id, alias_matched_id, note_list_id, notes, notes
 | 
			
		||||
                // When the user click on an alias, the associated note is added to the emitters
 | 
			
		||||
                alias_obj.click(function () {
 | 
			
		||||
                    field.val("");
 | 
			
		||||
                    old_pattern = "";
 | 
			
		||||
                    // If the note is already an emitter, we increase the quantity
 | 
			
		||||
                    var disp = null;
 | 
			
		||||
                    notes_display.forEach(function (d) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user