Dotclear

Changeset 2089:a5143fed6f61


Ignore:
Timestamp:
09/25/13 10:56:50 (12 years ago)
Author:
Dsls
Branch:
default
Message:

Added trackback tab onload features, see #1719

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_post.js

    r1936 r2089  
    262262 
    263263     $('#comments').onetabload(function() { 
    264           $('.comments-list tr.line').each(function() { 
     264          $('#form-comments .comments-list tr.line').each(function() { 
    265265               dotclear.commentExpander(this); 
    266266          }); 
    267           $('.checkboxes-helpers').each(function() { 
     267          $('#form-comments .checkboxes-helpers').each(function() { 
     268               dotclear.checkboxesHelpers(this); 
     269          }); 
     270 
     271          dotclear.commentsActionsHelper(); 
     272     }); 
     273 
     274     $('#trackbacks').onetabload(function() { 
     275          $('#form-trackbacks .comments-list tr.line').each(function() { 
     276               dotclear.commentExpander(this); 
     277          }); 
     278          $('#form-trackbacks .checkboxes-helpers').each(function() { 
    268279               dotclear.checkboxesHelpers(this); 
    269280          }); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map