From 53cfd4789eda036475553d08d59ac904c09dac7b Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Tue, 10 Jun 2025 08:28:32 -0700 Subject: [PATCH] fix: health timer resetting due to incompatible code --- tvapp2/www/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/tvapp2/www/index.html b/tvapp2/www/index.html index 0db5b578..a101cda6 100644 --- a/tvapp2/www/index.html +++ b/tvapp2/www/index.html @@ -401,9 +401,6 @@ } }).always(function() { - timerDelayMS = parseInt(timerUptime); - timerStartMS = Date.now(); - setTimeout(function() { runUptime();