From 450912c1098b0ec4c0ec29b7aec8b47143cfd6fc Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 14 Feb 2021 23:10:01 -0500 Subject: Move js/settings (#1397) * Move js/settings to js/pages/settings * Fix script ordering --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 8f8dc4e9..9571d853 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -140,7 +140,7 @@ } }, { - "files": ["ext/js/settings/modal-jquery.js"], + "files": ["ext/js/pages/settings/modal-jquery.js"], "env": { "jquery": true } -- cgit v1.2.3