Skip to content

Commit bb91495

Browse files
authored
Updated usepixie selector (clockify#119)
1 parent fac02c0 commit bb91495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrations/usepixie.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
container = $('.c-header > .c-header__section:nth-child(3)'),
1616
plusBtn = $('.c-dropdown-container:nth-child(1)'),
1717
taskName = $('.c-header__jobtitle').textContent.trim(),
18-
clientName = $('#client-editor .selectr-selected .selectr-label').textContent.trim();
18+
clientName = $('#client-editor li.selected').textContent.trim();
1919

2020
link = clockifyButton.createButton(
2121
`${clientName} - ${taskName}`, // description

0 commit comments

Comments
 (0)