surdu / deviantAnywhere-chrome

deviantAnywhere is an extension for Firefox & Chrome that helps deviantArt users keep track of their inbox.
http://deviantanywhere.deviantart.com/
MIT License
7 stars 1 forks source link

Sometimes groups are not detected #26

Open ghost opened 11 years ago

ghost commented 11 years ago

Due to the new feature of detecting if a group is a folder or not, the groups might be missed by deviantAnywhere.

The problems appear to be here: https://github.com/postal2600/deviantAnywhere/blob/9d5c1ab94f0881062fc17d3c6cdaed55869c159f/Chrome/js/main.js#L106 (calls[0] is out of bounds for some reason)

and here: https://github.com/postal2600/deviantAnywhere/blob/9d5c1ab94f0881062fc17d3c6cdaed55869c159f/Chrome/js/main.js#L124 (cookie is undefined)