We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcfa1d9 + 82dd509 commit 432fba6Copy full SHA for 432fba6
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'));
21
});
22
}
23
0 commit comments