From 0e8e0f7c95a4f324483b724256d2112c5d5dbf4a Mon Sep 17 00:00:00 2001 From: flell <152076319+flell@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:49:34 +0100 Subject: [PATCH] Update vdr_status.js --- live/js/live/vdr_status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live/js/live/vdr_status.js b/live/js/live/vdr_status.js index 84afac26..fbc89ccb 100644 --- a/live/js/live/vdr_status.js +++ b/live/js/live/vdr_status.js @@ -139,7 +139,7 @@ var LiveVdrInfo = Ajax.extend({ } case "elapsed": { - var width = textContent + "px"; + var width = textContent + "%"; if (docNode.style.width != width) docNode.style.width = width; break;