We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5314956 commit f284f7fCopy full SHA for f284f7f
src/assets/async.nette.ajax.js
@@ -17,7 +17,7 @@
17
$.nette.ajax({
18
url: $this.data('asyncLink') || $this.attr('href'),
19
off: ['history', 'unique']
20
- }, $this, new CustomEvent('asyncLoad'));
+ }, $this, new Event('asyncLoad'));
21
});
22
}
23
0 commit comments