|  | @@ -105,8 +105,8 @@ function audioPause(id){
 | 
	
		
			
				|  |  |  function emit(id,txt,type){
 | 
	
		
			
				|  |  |      $('#live_note_'+ id).html(txt);
 | 
	
		
			
				|  |  |      var href = $('#live_note_'+ id).attr('href');
 | 
	
		
			
				|  |  | -    var temp = href.split('note=');
 | 
	
		
			
				|  |  | -    href = href[0] + 'note=' + type;
 | 
	
		
			
				|  |  | +    var temp = href.split('¬e=');
 | 
	
		
			
				|  |  | +    href = href[0] + '¬e=' + type;
 | 
	
		
			
				|  |  |      $('#live_note_'+ id).attr('href', href);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 |