summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2021-02-19 15:48:22 -0500
committerBrian Cully <bjc@kublai.com>2021-02-19 15:48:22 -0500
commitdcbd196fd3c54b85a42b80e5e5e8d1771bbf224f (patch)
tree6c4cbee16172190a321060fee2dea75a9793649d /index.html
parent1a34ebb6117fd45485b24d6f857850e9c3f293fa (diff)
downloadmolsim2-dcbd196fd3c54b85a42b80e5e5e8d1771bbf224f.tar.gz
molsim2-dcbd196fd3c54b85a42b80e5e5e8d1771bbf224f.zip
Get kill/clone working.
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 2d96b9d..66a62fa 100644
--- a/index.html
+++ b/index.html
@@ -73,10 +73,10 @@
Depending on the change to the codon:
<ul>
<li>If the mutation caused a change in the amino acid
- being coded, then <button id='kill' disabled=''>kill</button> it and
+ being coded, then <button class='kill' disabled=''>kill</button> it and
start again with the previous generation.</li>
- <li>Otherwise, <button id='clone' disabled=''>clone</button> this
+ <li>Otherwise, <button class='clone' disabled=''>clone</button> this
genome for the next generation.</li>
</ul>
</li>