From e14764a081d9dffb435910483d79c63369c97f81 Mon Sep 17 00:00:00 2001 From: BloxerHD018 Date: Thu, 2 Jul 2026 22:02:56 +0100 Subject: [PATCH] Add Manager Level --- static/js/accounts.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/accounts.js b/static/js/accounts.js index c6d5e65..8fced5a 100644 --- a/static/js/accounts.js +++ b/static/js/accounts.js @@ -5,7 +5,8 @@ let userAccessLevels = { // Name | Text Colour | Background Colour | Border Colo "0": ["Member", "#fff", "#047205", "#00a003"], "1": ["Tester", "#fff", "#0c98a2", "#01c9d7"], "2": ["Moderator", "#000", "#00dc04", "#067708"], - "3": ["Admin", "#fff", "#920606", "#c80404"], + "3": ["Admin / Developer", "#fff", "#920606", "#c80404"], + "4": ["Manager", "#fff", "#0830b4", "#1e51f8"], } function updateUserDataDisplay(data) {