Skip to content

Commit

Permalink
oops forgot to add event to args
Browse files Browse the repository at this point in the history
  • Loading branch information
f1amy committed Jun 9, 2019
1 parent 4deb433 commit 40a1897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/kb-modal-ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* Requests the content of the modal and injects it, called after the
* modal is shown
*/
ModalAjax.prototype.shown = function () {
ModalAjax.prototype.shown = function (event) {
if (event.target != this.element) {
return;
}
Expand Down

0 comments on commit 40a1897

Please sign in to comment.