Fixed bug in QfqForm#handleNewClick(): Use event.deledateTarget instead of...
Fixed bug in QfqForm#handleNewClick(): Use event.deledateTarget instead of event.target. From jQuery Documentation: event.delegateTarget:: The element where the currently-called jQuery event handler was attached. That's what we want, because we require the href attribute of anchor.
Please register or sign in to comment