We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5314956 + f284f7f commit 57f0e9cCopy full SHA for 57f0e9c
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