BeIntrepid / Trello-Card-Dependencies

Chrome extension that helps you to map dependencies between your cards in Trello
https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphmjkcemlkkock?hl=en
GNU General Public License v2.0
25 stars 12 forks source link

Buttons do nothing: invalid DOM reference #4

Open peckjon opened 8 years ago

peckjon commented 8 years ago

Brand-new install. Nothing happens when you click the "Add Dependency" button due to an invalid DOM reference in the JS:

Uncaught TypeError: Cannot read property 'outerHTML' of undefined

at TrelloInvisDepApp.js:339 return convertTemplateToHtml(card[0].outerHTML);