Skip to content

Commit

Permalink
Merge pull request #9 from peckadesign/8-ie-compatibility
Browse files Browse the repository at this point in the history
JS asset doesn't work in IE
  • Loading branch information
vitkutny authored Sep 15, 2017
2 parents 5314956 + f284f7f commit 57f0e9c
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 CustomEvent('asyncLoad'));
}, $this, new Event('asyncLoad'));
});
}
});
Expand Down

0 comments on commit 57f0e9c

Please sign in to comment.