RLGWebD client: fix watching.
This commit is contained in:
parent
abb4ba8f31
commit
b7eb9ef98a
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ function tableCurrent(gamelist) {
|
|||
cell3.appendChild(document.createTextNode(idlestr(gamelist[i].i)));
|
||||
var button = document.createElement("span");
|
||||
button.appendChild(document.createTextNode("Watch"));
|
||||
button.onclick = makeWatcher(gamelist[i].n);
|
||||
button.onclick = makeWatcher(uname + "/" + gamelist[i].p);
|
||||
button.className = "ibutton";
|
||||
cell4.appendChild(button);
|
||||
row.appendChild(cell1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue