mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-18 22:07:58 -04:00
console monitor sort must be a post
This commit is contained in:
@@ -207,7 +207,7 @@ function applySort(event, ui) {
|
||||
var monitor_ids = $j(this).sortable('toArray');
|
||||
var data = {monitor_ids: monitor_ids, action: 'sort'};
|
||||
|
||||
$j.getJSON(thisUrl + '?request=console', data)
|
||||
$j.post(thisUrl + '?request=console', data)
|
||||
.fail(logAjaxFail);
|
||||
} // end function applySort(event,ui)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user