chore: fix api key on instructions page

This commit is contained in:
Ferdinand Mütsch 2021-04-25 20:07:15 +02:00
parent 75e61c0dc3
commit e01e6575db
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@
{{ template "foot.tpl.html" . }}
<script>
document.addEventListener('load', function() {
window.addEventListener('load', function() {
document.getElementById('api-key-instruction').innerHTML = document.getElementById('api-key-container').value
})
</script>