From 7f828de7c64957172ae5bd2e2fed2368ebdfb670 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 29 Mar 2023 21:02:57 +0900 Subject: [PATCH] test --- static/js/custom.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/custom.js b/static/js/custom.js index 15cce60..fb78040 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -889,6 +889,7 @@ function toggle_failover_route_routespage(route_id, current_state, prefix, route contentType: "application/json", success: function(response) { console.log("Route ID: "+route_id) + console.log("data['route_id']: "+data['route_id']) console.log("route_id_list: "+route_id_list) if (element.className == disabledClass) { element.className = enabledClass