1
0
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:
Ferdinand Mütsch 2021-04-25 20:07:15 +02:00
parent 04690d287d
commit bc9191a514

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>