Skip to content

Commit

Permalink
Merge pull request MarkusEh#51 from flell/master
Browse files Browse the repository at this point in the history
Elapsed px to % for infobox vdr_status.js
  • Loading branch information
MarkusEh authored Nov 28, 2023
2 parents df3f7ef + 0e8e0f7 commit d99bebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live/js/live/vdr_status.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d99bebd

Please sign in to comment.