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/_comments.js

    r2531 r2566  
    11dotclear.viewCommentContent = function(line,action) { 
    22     var action = action || 'toggle'; 
    3      var commentId = $(line).attr('id').substr(1);      
     3     var commentId = $(line).attr('id').substr(1); 
    44     var tr = document.getElementById('ce'+commentId); 
    55 
     
    1111          td.className = 'expand'; 
    1212          tr.appendChild(td); 
    13            
     13 
    1414          // Get comment content 
    1515          $.get('services.php',{f:'getCommentById',id: commentId},function(data) { 
    1616               var rsp = $(data).children('rsp')[0]; 
    17                 
     17 
    1818               if (rsp.attributes[0].value == 'ok') { 
    1919                    var comment = $(rsp).find('comment_display_content').text(); 
    20                      
     20 
    2121                    if (comment) { 
    2222                         $(td).append(comment); 
     
    2525                         var comment_ip = $(rsp).find('comment_ip').text(); 
    2626                         var comment_spam_disp = $(rsp).find('comment_spam_disp').text(); 
    27                           
     27 
    2828                         $(td).append('<p><strong>' + dotclear.msg.website + 
    2929                         '</strong> ' + comment_site + '<br />' + 
     
    3737               } 
    3838          }); 
    39            
     39 
    4040          $(line).toggleClass('expand'); 
    4141          line.parentNode.insertBefore(tr,line.nextSibling); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map