rlgterm.js: don't make nonfunctional button.
The "Game in progress" text shouldn't look like a button, because clicking it doesn't do anything.
This commit is contained in:
parent
b24bf3b972
commit
17159bf823
1 changed files with 1 additions and 1 deletions
|
|
@ -442,9 +442,9 @@ function getchoices() {
|
|||
continue;
|
||||
var button = document.createElement("span");
|
||||
button.appendChild(document.createTextNode(acttext));
|
||||
button.className = "ibutton";
|
||||
if ("s0".indexOf(reply.stat[gname]) >= 0) {
|
||||
button.onclick = makeStarter(gname);
|
||||
button.className = "ibutton";
|
||||
}
|
||||
var actdiv = document.createElement("div");
|
||||
actdiv.appendChild(button);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue