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: {