console monitor sort must be a post

pull/3122/head
Isaac Connor 2021-01-27 11:44:45 -05:00
parent 07fa507efe
commit 6bfbb5462a
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ function applySort(event, ui) {
var monitor_ids = $j(this).sortable('toArray'); var monitor_ids = $j(this).sortable('toArray');
var data = {monitor_ids: monitor_ids, action: 'sort'}; var data = {monitor_ids: monitor_ids, action: 'sort'};
$j.getJSON(thisUrl + '?request=console', data) $j.post(thisUrl + '?request=console', data)
.fail(logAjaxFail); .fail(logAjaxFail);
} // end function applySort(event,ui) } // end function applySort(event,ui)