Revision 611

Date:
2016/11/02 15:07:16
Author:
ahitrov
Revision Log:
bug fix

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/comps/contenido/components/section_browse.msn

     
    89 89 var $nID = $(this).data('id');
    90 90 $.ajax({
    91 91 'url' : '/contenido/ajax/document_move.html',
    92 'data' : { 's' : <% ref $section ? $section->id : 0 %>, 'id' : $nID, 'move' : 'up' },
    92 'data' : { 's' : <% ref $section ? $section->id : 0 %>, 'id' : $nID, 'move' : 'down' },
    93 93 'dataType' : 'json',
    94 94 'success' : function( data ){
    95 95 if ( data.error ) {