#12893 redirection confirm delete group
This commit is contained in:
parent
a35749314d
commit
439dc6d273
|
@ -1344,7 +1344,11 @@ $tab = 'group_edition';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
if (!confirm(confirm_text)) return false;
|
if (!confirm(confirm_text)) {
|
||||||
|
return false;
|
||||||
|
} else {
|
||||||
|
window.location.assign(delete_URL);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dataType: "json"
|
dataType: "json"
|
||||||
|
|
Loading…
Reference in New Issue