Fix monitor sorting (#2015)

Fixed issue #2014
This commit is contained in:
kimmeld 2017-12-06 13:43:33 -07:00 committed by Isaac Connor
parent 004a41b122
commit 1a5d9d5586
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ $j( function() {
function applySort(event, ui) { function applySort(event, ui) {
var monitor_ids = $j(this).sortable('toArray'); var monitor_ids = $j(this).sortable('toArray');
var ajax = new Request.JSON( { var ajax = new Request.JSON( {
url: '/index.php?request=console', url: 'index.php?request=console',
data: { monitor_ids: monitor_ids, action: 'sort' }, data: { monitor_ids: monitor_ids, action: 'sort' },
method: 'post', method: 'post',
timeout: AJAX_TIMEOUT timeout: AJAX_TIMEOUT