mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Open creator on page load
This commit is contained in:
@@ -117,4 +117,9 @@ function bindInputs(query1, query2, checkbox = false) {
|
||||
e1.oninput = (event) => {e2.value = e1.value;}
|
||||
e2.oninput = (event) => {e1.value = e2.value;}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
document.body.dispatchEvent(new Event('doCreate'));
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user