This commit is contained in:
2020-02-09 17:08:50 -05:00
parent 31ff54d4b7
commit 05633548bd
@@ -143,6 +143,11 @@
function deletePageAction(member_id, page_id) { function deletePageAction(member_id, page_id) {
var x = confirm("Are you sure you want to delete?");
if (!x)
return true;
$('#share_detail').html('Processing...'); $('#share_detail').html('Processing...');
$('#acc' + page_id).prop('disabled', true); $('#acc' + page_id).prop('disabled', true);
$.ajax({ $.ajax({