File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ togglbutton.render(
53
53
className : "github" ,
54
54
description : description ,
55
55
projectName : projectElem && projectElem . textContent ,
56
- autoTrackerKey : "pull-issue"
57
56
} ) ;
58
57
59
58
div . appendChild ( link ) ;
@@ -84,7 +83,6 @@ togglbutton.render(
84
83
className : "github" ,
85
84
description : description ,
86
85
projectName : projectElem ? projectElem . textContent . trim ( ) : "" ,
87
- autoTrackerKey : "peek"
88
86
} ) ;
89
87
90
88
div . appendChild ( link ) ;
@@ -120,7 +118,6 @@ togglbutton.render(
120
118
className : "github" ,
121
119
description : getDescription ,
122
120
projectName : projectElem && projectElem . textContent ,
123
- autoTrackable : true
124
121
} ) ;
125
122
126
123
const wrapper = createTag (
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ togglbutton.render(
14
14
className : 'onlyoffice' ,
15
15
description : description ,
16
16
projectName : project ,
17
- buttonType : 'minimal'
17
+ buttonType : 'minimal' ,
18
+ autoTrackable : true
18
19
} ) ;
19
20
$ ( '.project-title' ) . appendChild ( link ) ;
20
21
}
@@ -62,7 +63,8 @@ togglbutton.render(
62
63
className : 'onlyoffice' ,
63
64
description : description ,
64
65
projectName : project ,
65
- buttonType : 'minimal'
66
+ buttonType : 'minimal' ,
67
+ autoTrackable : true
66
68
} ) ;
67
69
elem . insertBefore ( link , $ ( '.check' , elem ) ) ;
68
70
const button = $ ( '.toggl-button.onlyoffice' , elem ) ;
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ togglbutton.render(
36
36
className : 'trello' ,
37
37
description : getDescription ,
38
38
projectName : getProject ,
39
- container : cardContainerSelector
39
+ container : cardContainerSelector ,
40
+ autoTrackable : true ,
40
41
} ) ;
41
42
42
43
// Pass through click on Trello button to the timer link
You can’t perform that action at this time.
0 commit comments