From 53aae4e9a5e7a3ca256e1643c1b4063f628518cd Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 30 Mar 2023 10:01:49 +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 72b837e..bdd076d 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -854,6 +854,7 @@ function toggle_route(route_id, current_state, page) { } function get_routes() { + console.log("Getting info for all routes") $.ajax({ type:"POST", url: "api/get_routes",