From 34b0f0d67baf21954e7b410e70f66731826d1632 Mon Sep 17 00:00:00 2001 From: Marco Brandizi Date: Thu, 22 Jun 2023 22:39:52 +0100 Subject: [PATCH] Js, minor comment fixes. --- client-base/src/main/webapp/html/javascript/table-scrolling.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-base/src/main/webapp/html/javascript/table-scrolling.js b/client-base/src/main/webapp/html/javascript/table-scrolling.js index 08018a4f6..e1a116a8a 100644 --- a/client-base/src/main/webapp/html/javascript/table-scrolling.js +++ b/client-base/src/main/webapp/html/javascript/table-scrolling.js @@ -291,7 +291,7 @@ const evidenceTableScroller = Object.freeze ( new EvidenceTableScroller () ) /** * TODO: I wrote this to run them manually, needs to be rewritten for Jest (or other framework) and integrated - * into Maven with the Jasmine plug-in + * into Maven. * */ if ( TEST_MODE )