futurechris / punpals

Punpals is a crowd-sourced punning webapp made with Meteor
3 stars 1 forks source link

Favorite button doesn't work #65

Closed futurechris closed 8 years ago

futurechris commented 8 years ago

Seems like this was logged somewhere but I'm not seeing it now.

Basically, the favorite button is non-functional because of some DOM changes. I.e. the js the button kicks off is poorly written and fragile - it relies on the exact DOM structure to find its parent, and as that shift around for design reasons, the code gets confused.

Easy fix is to update that bad code to match the current DOM.

Or, could take a minute longer and write it to be robust.