Skip to content

Commit

Permalink
[FIX] board view
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba65 committed Mar 4, 2025
1 parent a13ccfa commit db38042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Asana task name extension",
"description": "Asana task name extension",
"version": "2.7",
"version": "2.8",
"permissions": ["clipboardWrite", "storage"],
"action": {
"default_popup": "/popup/hello.html",
Expand Down
2 changes: 1 addition & 1 deletion scripts/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const copyTaskInfo = async (
let taskId = subTaskId;

if (!taskId) {
const taskIdElement = document.querySelector('[data-task-id]');
const taskIdElement = document.querySelector('#TaskPrintView[data-task-id]');
let link;
let urlParts;

Expand Down

0 comments on commit db38042

Please sign in to comment.