Skip to content

Commit

Permalink
Assets build for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Oct 24, 2016
1 parent 220cb9f commit 05ecebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/dist/datagrid.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var datagridFitlerMultiSelect, datagridSortable, datagridSortableTree;

$(document).on('click', '[data-datagrid-confirm]', function(e) {
$(document).on('click', '[data-datagrid-confirm]:not(.ajax)', function(e) {
if (!confirm($(e.target).closest('a').attr('data-datagrid-confirm'))) {
e.stopPropagation();
return e.preventDefault();
Expand Down

0 comments on commit 05ecebb

Please sign in to comment.