summaryrefslogtreecommitdiffstats
path: root/main.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'main.mjs')
-rw-r--r--main.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.mjs b/main.mjs
index cb2b207..99277a7 100644
--- a/main.mjs
+++ b/main.mjs
@@ -1,7 +1,7 @@
import Rules from './rules.mjs'
function init() {
- const genomeList = document.querySelector('#genome-history')
+ const genomeList = document.querySelector('#genome-list')
const die = document.querySelector('#die')
const aminoAcidSelector = document.querySelector('#amino-acid-selector')
const nucleotideSelector = document.querySelector('#nucleotide-selector')