This commit is contained in:
2020-02-09 17:10:13 -05:00
@@ -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({