vedmack/feedback_me

fix jquery version check for using on instead of delegate (IE issue)

Closed this issue · 2 comments

Thanks to Molkobain for pointing that out, #12 (comment)

the check for jquery version should be fixed to support newer version of jquery in which the version check $().jquery > 1.7 fails (like 1.10.2)

not that its strange but only IE complains...

Fixed in version 0.4.4

Thanks for the quick fix :)