Skip to content

Commit

Permalink
Fix for e.stop in list delete
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Jun 25, 2016
1 parent 5a188ea commit 7de2a5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion media/com_fabrik/js/dist/fabrik.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion media/com_fabrik/js/fabrik.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ define(['jquery', 'fab/loader', 'fab/requestqueue'], function (jQuery, Loader, R
}
// Get correct list block
if (!l.submit('list.delete')) {
e.stop();
e.preventDefault();
}
};

Expand Down
3 changes: 1 addition & 2 deletions plugins/fabrik_element/notes/notes-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7de2a5f

Please sign in to comment.