From c0e29081e515abb4fb76bc87e653b0de7abc294a Mon Sep 17 00:00:00 2001 From: samerbam Date: Thu, 24 Aug 2023 17:05:39 -0400 Subject: [PATCH] debug --- application/static/scripts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/application/static/scripts.js b/application/static/scripts.js index cf3c700..db4998a 100644 --- a/application/static/scripts.js +++ b/application/static/scripts.js @@ -578,6 +578,7 @@ function savePrintButtonListener(e) { function sendPrintRequest(action, date, sentence="") { + console.log(jToken) return fetch("/api/todos/print", { method: "post", headers: {