fix tracker auto update
This commit is contained in:
		
							parent
							
								
									68e92ae5b4
								
							
						
					
					
						commit
						a928340b6b
					
				| 
						 | 
				
			
			@ -21,7 +21,7 @@
 | 
			
		|||
 | 
			
		||||
            function update() {
 | 
			
		||||
                var target = $("<div></div>");
 | 
			
		||||
                target.load("/tracker/{{ room.id }}", function (response, status) {
 | 
			
		||||
                target.load("/tracker/{{ room.tracker.id }}", function (response, status) {
 | 
			
		||||
                    if (status === "success") {
 | 
			
		||||
                        target.find(".table").each(function (i, new_table) {
 | 
			
		||||
                            var new_trs = $(new_table).find("tbody>tr");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue