This reverts commit 91f5be889a
.
This commit is contained in:
parent
71e1ebfa60
commit
a17fce31a9
2 changed files with 3 additions and 3 deletions
|
@ -2959,8 +2959,8 @@ $(() => {
|
|||
function showDeletePopup() {
|
||||
const $this = $(this);
|
||||
let filter = '';
|
||||
if ($this.attr('modal-id')) {
|
||||
filter += `#${$this.attr('modal-id')}`;
|
||||
if ($this.attr('id')) {
|
||||
filter += `#${$this.attr('id')}`;
|
||||
}
|
||||
|
||||
const dialog = $(`.delete.modal${filter}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue