open768 / curiosity_browser

php browser code for msss curiosity json feed
3 stars 0 forks source link

multiple add highlights sent on details page #139

Closed open768 closed 2 months ago

open768 commented 2 months ago

on clicking submit on a highlight, the highlight is added at least twice times. this should not be happening

Image

open768 commented 2 months ago

prevented duplicates from being added, but still dont know why the javascript is sending the request twice

open768 commented 2 months ago

i think it was because a click handler was added every time the image was loaded. so now I only set the click handler on jquery load, and explicitly call off('click') just in case there were previous click handlers