mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
Fix call to ajax script for admin area
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user