Commit 7c7d861d authored by nanahira's avatar nanahira Committed by GitHub

fix

parent be769558
......@@ -152,7 +152,7 @@ function listroom(data) {
}
else {
tr.append($("<td>"+((room.duelers[0]) ? room.duelers[0].name : "")+((room.duelers[1]) ? "<br>"+room.duelers[1].name : "")+"</td>"));
tr.append($("<td>"+((room.duelers[2]) ? room.duelers[1].name : "")+((room.duelers[3]) ? "<br>"+room.duelers[3].name : "")+"</td>"));
tr.append($("<td>"+((room.duelers[2]) ? room.duelers[2].name : "")+((room.duelers[3]) ? "<br>"+room.duelers[3].name : "")+"</td>"));
}
var watchlist="";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment