Skip to content

Commit 8b0542b

Browse files
fix(redbooth): Add button on right panel task drawer (#2372)
* fix(redbooth): Add button on right panel task drawer * fix(redbooth): Add integration url Alis and Regex * Update origins.js
1 parent b7254b1 commit 8b0542b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

src/content/redbooth.js

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
'use strict';
1+
/**
2+
* @name Redbooth
3+
* @urlAlias redbooth.com
4+
* @urlRegex *://redbooth.com/*
5+
*/
6+
'use strict'
27

38
// Right side panel
49
togglbutton.render(
5-
'.js-right-pane .tb-element-big:not(.toggl)',
10+
'.l-panes-content--full-expanded .tb-element-big:not(.toggl)',
611
{ observe: true },
712
function (elem) {
813
const container = $('.tb-element-title', elem);

src/origins.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,9 @@ export default {
511511
name: 'RallyDev'
512512
},
513513
'redbooth.com': {
514-
url: '*://*.redbooth.com/*',
515-
name: 'Redbooth'
514+
url: '*://redbooth.com/*',
515+
name: 'Redbooth',
516+
file: 'redbooth.js'
516517
},
517518
'redmine.org': {
518519
url: '*://*.redmine.org/*',

0 commit comments

Comments
 (0)