Stian Aune 5 years ago
parent
commit
32580c5f32
  1. 1
      contentScript.js

1
contentScript.js

@ -343,6 +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;
});
if (lines.length > 0) {

Loading…
Cancel
Save