ctsit / imagemap

Imagemap REDCap external module
Other
14 stars 27 forks source link

remove additional trigger of click causing failure in later redcap versions #54

Closed ChemiKyle closed 4 years ago

ChemiKyle commented 4 years ago

Fixes #52

This appears backwards compatible, but just to be sure I'm going to get the RC version that was out when that line was written.

ChemiKyle commented 4 years ago

I've also found that radio fields crash the page, I'll lump that fix into this PR.

Crash is caused by an infinite loop here: https://github.com/ctsit/imagemap/blob/b3d3cf49ee530f135472f72470ac8a2294ef07c4/js/imagemap.js#L256