fix
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user