From 6cca25788e9b964ceff0a28eca89115720d28678 Mon Sep 17 00:00:00 2001 From: Gunnar Skjold Date: Sat, 23 Oct 2021 10:45:57 +0200 Subject: [PATCH] Fixed copy/paste error --- web/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/application.js b/web/application.js index 89d8fb9b..ed9e5f43 100644 --- a/web/application.js +++ b/web/application.js @@ -345,7 +345,7 @@ var fetch = function() { var pct = (a*100)/parseInt(json.mf); am.gaugeMeter({ percent: pct, - text: v.toFixed(1) + text: a.toFixed(1) }); }