We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7254b1 commit 8b0542bCopy full SHA for 8b0542b
src/content/redbooth.js
@@ -1,8 +1,13 @@
1
-'use strict';
+/**
2
+ * @name Redbooth
3
+ * @urlAlias redbooth.com
4
+ * @urlRegex *://redbooth.com/*
5
+ */
6
+'use strict'
7
8
// Right side panel
9
togglbutton.render(
- '.js-right-pane .tb-element-big:not(.toggl)',
10
+ '.l-panes-content--full-expanded .tb-element-big:not(.toggl)',
11
{ observe: true },
12
function (elem) {
13
const container = $('.tb-element-title', elem);
src/origins.js
@@ -511,8 +511,9 @@ export default {
511
name: 'RallyDev'
512
},
513
'redbooth.com': {
514
- url: '*://*.redbooth.com/*',
515
- name: 'Redbooth'
+ url: '*://redbooth.com/*',
+ name: 'Redbooth',
516
+ file: 'redbooth.js'
517
518
'redmine.org': {
519
url: '*://*.redmine.org/*',
0 commit comments