Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_posts_list.js

    r2531 r2566  
    33     var postId = $(line).attr('id').substr(1); 
    44     var tr = document.getElementById('pe'+postId); 
    5       
     5 
    66     if ( !tr && ( action == 'toggle' || action == 'open' ) ) { 
    77          tr = document.createElement('tr'); 
     
    1111          td.className = 'expand'; 
    1212          tr.appendChild(td); 
    13            
     13 
    1414          // Get post content 
    1515          $.get('services.php',{f:'getPostById', id: postId, post_type: ''},function(data) { 
    1616               var rsp = $(data).children('rsp')[0]; 
    17                 
     17 
    1818               if (rsp.attributes[0].value == 'ok') { 
    1919                    var post = $(rsp).find('post_display_content').text(); 
    2020                    var post_excerpt = $(rsp).find('post_display_excerpt').text(); 
    2121                    var res = ''; 
    22                      
     22 
    2323                    if (post) { 
    2424                         if (post_excerpt) { 
     
    3232               } 
    3333          }); 
    34            
     34 
    3535          $(line).addClass('expand'); 
    3636          line.parentNode.insertBefore(tr,line.nextSibling); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map