Closed open768 closed 2 months ago
prevented duplicates from being added, but still dont know why the javascript is sending the request twice
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
on clicking submit on a highlight, the highlight is added at least twice times. this should not be happening