Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
actiontable.js: Use
event.currentTarget
instead of the closest tr
This event is triggered due to delegation. If any onclick event is able to bubble up this far that it gets triggered we can safely use whatever it has been triggered for. (i.e. it can only be a tr[href]) refs #3298
- Loading branch information