Fix call to ajax script for admin area

This commit is contained in:
DariusIII
2016-07-21 12:39:18 +02:00
parent a3b9897a7e
commit dedbd98e14
+1 -1
View File
@@ -11,7 +11,7 @@ function ajax_group_status(id, what)
if (what != undefined)
{
$.ajax({
url : WWW_TOP + '/admin/ajax.php?action=toggle_group_active_status&rand=' + rand_no,
url : WWW_TOP + '/ajax.php?action=toggle_group_active_status&rand=' + rand_no,
data : { group_id: id, group_status: what },
dataType : "html",
success : function(data)