We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7258075 commit 1953617Copy full SHA for 1953617
src/scripts/scrumHelper.js
@@ -32,7 +32,7 @@ function allIncluded(outputTarget = 'email') {
32
var issue_opened_button =
33
'<div style="vertical-align:middle;display: inline-block;padding: 0px 4px;font-size:9px;font-weight: 600;color: #fff;text-align: center;background-color: #2cbe4e;border-radius: 3px;line-height: 12px;margin-bottom: 2px;" class="State State--green">open</div>';
34
35
- var linkStyle = '';
+ // var linkStyle = '';
36
function getChromeData() {
37
console.log("Getting Chrome data for context:", outputTarget);
38
chrome.storage.local.get(
0 commit comments