diff options
author | Brian Cully <bjc@kublai.com> | 2021-02-19 15:48:22 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2021-02-19 15:48:22 -0500 |
commit | dcbd196fd3c54b85a42b80e5e5e8d1771bbf224f (patch) | |
tree | 6c4cbee16172190a321060fee2dea75a9793649d /index.html | |
parent | 1a34ebb6117fd45485b24d6f857850e9c3f293fa (diff) | |
download | molsim2-dcbd196fd3c54b85a42b80e5e5e8d1771bbf224f.tar.gz molsim2-dcbd196fd3c54b85a42b80e5e5e8d1771bbf224f.zip |
Get kill/clone working.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |