From 78978ee44ddb7e9b1b28bde4a7f70ee0a70d629d Mon Sep 17 00:00:00 2001 From: samerbam Date: Thu, 24 Aug 2023 17:08:03 -0400 Subject: [PATCH] more debug --- application/static/scripts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/application/static/scripts.js b/application/static/scripts.js index db4998a..a90146c 100644 --- a/application/static/scripts.js +++ b/application/static/scripts.js @@ -606,6 +606,7 @@ function sendPrintRequest(action, date, sentence="") { function printButtonListener(e) { let action = "" let sentence = "" + console.log(jToken) switch(this.id) { case "printGreeting": action = "greeting"