mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
chore: fix api key on instructions page
This commit is contained in:
parent
04690d287d
commit
bc9191a514
@ -212,7 +212,7 @@
|
|||||||
{{ template "foot.tpl.html" . }}
|
{{ template "foot.tpl.html" . }}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
document.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
document.getElementById('api-key-instruction').innerHTML = document.getElementById('api-key-container').value
|
document.getElementById('api-key-instruction').innerHTML = document.getElementById('api-key-container').value
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user