jyaus / swimlanes-for-trello

Support arranging Trello lists into horizontal swimlanes
32 stars 3 forks source link

JavaScript error: Cannot read property 'classList' of null #7

Open Stephen-Cronin opened 5 years ago

Stephen-Cronin commented 5 years ago

Hi. I'm getting the following error in Chrome Dev Tools console:

Error handling response: TypeError: Cannot read property 'classList' of null at 1.7_0/setup.js:82:17

Which seems to be this line: https://github.com/jyaus/swimlanes-for-trello/blob/44ce7194c77b29b3a3dabedf9161f18e238b4fc5/setup.js#L82

I guess board is undefined on that line? It seems to happen on both boards with swimlanes and boards without.