Fixed: console on mobile
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 28s

This commit is contained in:
Filip Rojek 2023-12-18 19:03:05 +01:00
parent 47f26c96f6
commit 1e9475e806

View File

@ -7,6 +7,6 @@
{% block content %} {% block content %}
<section class="console content" > <section class="console content" >
</section> </section>
<textarea class="mobile-input" style="display: none" disabled autofocus></textarea> <textarea class="mobile-input" style="display: none" autofocus></textarea>
<script src="/js/console.js" defer></script> <script src="/js/console.js" defer></script>
{% endblock content %} {% endblock content %}