Read project identifier from Trello board title
This commit is contained in:
@@ -91,6 +91,10 @@ export default {
|
||||
document
|
||||
.querySelector(".js-title-helper")
|
||||
?.textContent?.trim()
|
||||
?.match(projectRegex)?.[1] ||
|
||||
document
|
||||
.querySelector(".js-board-editing-target")
|
||||
?.textContent?.trim()
|
||||
?.match(projectRegex)?.[1],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user