parent
004a41b122
commit
1a5d9d5586
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue