From f744887433c4b43927f2558d9c03916eaf8e25c3 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 17 Mar 2023 16:20:20 +0200 Subject: [PATCH] remove redundant js file --- files/assets/js/css.js | 4 ---- files/templates/settings/css.html | 2 -- 2 files changed, 6 deletions(-) delete mode 100644 files/assets/js/css.js diff --git a/files/assets/js/css.js b/files/assets/js/css.js deleted file mode 100644 index 6f3c96924..000000000 --- a/files/assets/js/css.js +++ /dev/null @@ -1,4 +0,0 @@ -for (const x of ['css','profilecss']) { - const ta = document.getElementById(`${x}-textarea`); - autoExpand(ta); -} diff --git a/files/templates/settings/css.html b/files/templates/settings/css.html index b6b279526..a5357b341 100644 --- a/files/templates/settings/css.html +++ b/files/templates/settings/css.html @@ -42,6 +42,4 @@ - - {% endblock %}