fix tracker auto update
This commit is contained in:
		
							
								
								
									
										0
									
								
								WebHost/autohoster.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								WebHost/autohoster.py
									
									
									
									
									
										Normal file
									
								
							| @@ -21,7 +21,7 @@ | ||||
|  | ||||
|             function update() { | ||||
|                 var target = $("<div></div>"); | ||||
|                 target.load("/tracker/{{ room.tracker.id }}", function (response, status) { | ||||
|                 target.load("/tracker/{{ room.tracker }}", function (response, status) { | ||||
|                     if (status === "success") { | ||||
|                         target.find(".table").each(function (i, new_table) { | ||||
|                             var new_trs = $(new_table).find("tbody>tr"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Fabian Dill
					Fabian Dill