riktar / jkanban

Vanilla Javascript plugin for manage kanban boards
https://www.riccardotartaglia.it/jkanban/
Apache License 2.0
1.07k stars 299 forks source link

Fixed onClickHandler and onButtonClickHandler event.preventDefault calls #24

Closed thomani closed 5 years ago

thomani commented 5 years ago

There were brackets missing on the e.preventDefault call on both onClickHandler and onButtonClickHandler. When used inside a form element, clicking on the button would previously trigger the forms post.

riktar commented 5 years ago

Thanks @thomani :+1: