|
|
@ -2720,7 +2720,8 @@ function showAddAllPopup() { |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function linkAction() { |
|
|
|
function linkAction(e) { |
|
|
|
|
|
|
|
e.preventDefault(); |
|
|
|
const $this = $(this); |
|
|
|
const $this = $(this); |
|
|
|
const redirect = $this.data('redirect'); |
|
|
|
const redirect = $this.data('redirect'); |
|
|
|
$.post($this.data('url'), { |
|
|
|
$.post($this.data('url'), { |
|
|
|