remove redundant js file

pull/142/head
Aevann 2023-03-17 16:20:20 +02:00
parent 5e35b9e2c7
commit f744887433
2 changed files with 0 additions and 6 deletions

View File

@ -1,4 +0,0 @@
for (const x of ['css','profilecss']) {
const ta = document.getElementById(`${x}-textarea`);
autoExpand(ta);
}

View File

@ -42,6 +42,4 @@
</div>
</div>
<script defer src="{{'js/css.js' | asset}}"></script>
{% endblock %}