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