From 77c50dd1309fbef69accea1276a4404fa821bca2 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 30 Mar 2023 13:16:31 +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 30f3cea..67881b6 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -948,6 +948,7 @@ function toggle_failover_route_routespage(routeid, current_state, prefix, route_ // if any route is enabled, set the prefix enable icon to enabled: var failover_element = document.getElementById(prefix) + console.log("Failover enabled: "+failover_enabled) if (failover_enabled == true) { failover_element.className = failover_enabledClass }