File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,10 +268,10 @@ function linkAction(e) {
268
268
e . preventDefault ( ) ;
269
269
270
270
// A "link-action" can post AJAX request to its "data-url"
271
- // Then the browser is redirect to: the "redirect" in response, or "data-redirect" attribute, or current URL by reloading.
272
- // If the "link-action" has "data-modal-confirm(-html) " attribute, a confirm modal dialog will be shown before taking action.
271
+ // Then the browser is redirected to: the "redirect" in response, or "data-redirect" attribute, or current URL by reloading.
272
+ // If the "link-action" has "data-modal-confirm" attribute, a confirm modal dialog will be shown before taking action.
273
273
274
- const $this = $ ( e . target ) ;
274
+ const $this = $ ( this ) ;
275
275
const redirect = $this . attr ( 'data-redirect' ) ;
276
276
277
277
const doRequest = ( ) => {
You can’t perform that action at this time.
0 commit comments