Index: section_browse.msn =================================================================== --- section_browse.msn (revision 610) +++ section_browse.msn (revision 611) @@ -89,7 +89,7 @@ var $nID = $(this).data('id'); $.ajax({ 'url' : '/contenido/ajax/document_move.html', - 'data' : { 's' : <% ref $section ? $section->id : 0 %>, 'id' : $nID, 'move' : 'up' }, + 'data' : { 's' : <% ref $section ? $section->id : 0 %>, 'id' : $nID, 'move' : 'down' }, 'dataType' : 'json', 'success' : function( data ){ if ( data.error ) {