We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfa1d9 commit 82dd509Copy full SHA for 82dd509
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