From b5a08a78d4dd348b0a30f5c24e4ea4edd7faa29c Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 24 Mar 2023 12:44:34 +0900 Subject: [PATCH] test --- static/js/custom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/custom.js b/static/js/custom.js index 865f0bd..e9d6523 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -810,11 +810,11 @@ function toggle_route(route_id, current_state, page) { var enabledClass = "" if (page == "routes") { - disabledClass = "waves-effect waves-light btn-small red-text lighten-2 tooltipped"; + disabledClass = "waves-effect waves-light btn-small red-text lighten-2 tooltipped"; enabledClass = "waves-effect waves-light btn-small green-text lighten-2 tooltipped"; } if (page == "machines") { - disabledClass = "material-icons red-text text-lighten-2 tooltipped"; + disabledClass = "material-icons red-text text-lighten-2 tooltipped"; enabledClass = "material-icons green-text text-lighten-2 tooltipped"; } var disabledTooltip = "Click to enable"