From fc12e99e0a23c3aa5970edfc9ccb0e01840635b5 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 29 Mar 2023 12:49:08 +0900 Subject: [PATCH] test --- static/js/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/custom.js b/static/js/custom.js index 9448c00..96afb2e 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -837,7 +837,7 @@ function toggle_route(route_id, current_state, page) { data: JSON.stringify(data), contentType: "application/json", success: function(response) { - console.log(response) + console.log(SON.stringify(response.body.message)) if (element.className == disabledClass) { element.className = enabledClass action_taken = "enabled."