Browse Source

im retadred

master
Stian Aune 5 years ago
parent
commit
da71706841
  1. 2
      contentScript.js

2
contentScript.js

@ -343,7 +343,7 @@ if (typeof Overlay === "undefined") {
}
lines += `<tr style="text-align: right; color: ${color}"><td>${minutes}&nbsp;</td><td>&nbsp;${calories}</td></tr>`;
lastDiff = 0;
lastDiff = diff;
});
if (lines.length > 0) {

Loading…
Cancel
Save