HabitRPG / habitica-chrome

Chrome extension for HabitRPG. Uses 3rd party productivity website events to trigger point gain/loss.
https://chrome.google.com/webstore/detail/habitrpg/pidkmpibnnnhneohdgjclfdjpijggmjj?hl=en-US
GNU General Public License v3.0
109 stars 47 forks source link

Fix for "" in good/bad list #149

Closed brazilianldsjaguar closed 8 years ago

brazilianldsjaguar commented 8 years ago

Found a bug after latest push that made it so that if you included a "" host (empty), then basically any site would be awarded because it eventually gets down to "" through the .shift()s.

Now an empty host is handled separately, and once the .shift()s get it down to "" it breaks the loop.

paglias commented 8 years ago

Thanks!

paglias commented 8 years ago

Notated towards your next tier