Q42 / TrelloScrum

Add Scrum to Trello

Home Page:https://chrome.google.com/webstore/detail/jdbcdblgjdpmfninkoogcfpnkjmndgje?hl=en-US&hc=search&hcp=main

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firefox Add-on not updated

alexmills opened this issue · comments

The Firefox add-on is marked as version 1.93.1 as per the latest commit but it's still loading the old code. The error

{
   message:"$title[0].childNodes[1] is undefined",
   lineNumber: 617,
   name: "TypeError"
}

And it's referencing this line of code which is old?

var titleTextContent = $title[0].childNodes[1].textContent;

If I'm doing something wrong or if I can help in anyway, please let me know. Love the plugin!

Works in 1.92.2! Nice work mate!