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 fac02c0 commit bb91495Copy full SHA for bb91495
src/integrations/usepixie.js
@@ -15,7 +15,7 @@
15
container = $('.c-header > .c-header__section:nth-child(3)'),
16
plusBtn = $('.c-dropdown-container:nth-child(1)'),
17
taskName = $('.c-header__jobtitle').textContent.trim(),
18
- clientName = $('#client-editor .selectr-selected .selectr-label').textContent.trim();
+ clientName = $('#client-editor li.selected').textContent.trim();
19
20
link = clockifyButton.createButton(
21
`${clientName} - ${taskName}`, // description
0 commit comments