From 096121695ca41e4646acd3f321fc148990f86f86 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 17 Mar 2024 21:38:24 +0100 Subject: [PATCH] Update SVR.JS log viewer and log highlighter to reflect the changes in SVR.JS itself --- loghighlight.js | 26 ++++++++++++++------------ logviewer.js | 26 ++++++++++++++------------ 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/loghighlight.js b/loghighlight.js index a934a27..4c7737d 100644 --- a/loghighlight.js +++ b/loghighlight.js @@ -34,17 +34,19 @@ function viewLog(log) { if(log[log.length-1] == "") log.pop(); if(log[0] == "") log.shift(); for(var i=0;i