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 75e61c0dc3
commit e01e6575db

View File

@ -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>