Skip to content

Commit

Permalink
Merge pull request #10 from peckadesign/8-ie-compability-vol2
Browse files Browse the repository at this point in the history
#8 JS asset doesn't work in IE
  • Loading branch information
vitkutny authored Sep 18, 2017
2 parents 57f0e9c + 4e3b327 commit a6f2961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/async.nette.ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$.nette.ajax({
url: $this.data('asyncLink') || $this.attr('href'),
off: ['history', 'unique']
}, $this, new Event('asyncLoad'));
}, $this, $.Event('asyncLoad'));
});
}
});
Expand Down

0 comments on commit a6f2961

Please sign in to comment.