We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57f0e9c + 4e3b327 commit a6f2961Copy full SHA for a6f2961
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 Event('asyncLoad'));
+ }, $this, $.Event('asyncLoad'));
21
});
22
}
23
0 commit comments