diff options
author | Brian Cully <bjc@kublai.com> | 2021-02-19 20:11:23 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2021-02-19 20:11:23 -0500 |
commit | 6fc5f812561ecd556d185084e2b9a611c5b9ccd8 (patch) | |
tree | 315513fc7585fe1290e01a03320f473f7289a9af /index.html | |
parent | bdf1d88883256c0d2731600d604af22d27d8ee7f (diff) | |
download | molsim2-6fc5f812561ecd556d185084e2b9a611c5b9ccd8.tar.gz molsim2-6fc5f812561ecd556d185084e2b9a611c5b9ccd8.zip |
Add initial/final genome displays
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -18,8 +18,11 @@ </head> <body> - <ol id='genome-history' start='0'></ol> - </ol> + <div id='genome-list'> + <div class='initial'></div> + <div class='history'></div> + <div class='final hidden'></div> + </div> <div id='instructions'> <div id='die'> |