Fixed copy/paste error

This commit is contained in:
Gunnar Skjold 2021-10-23 10:45:57 +02:00
parent e929f87ea9
commit 6cca25788e

View File

@ -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)
});
}