Changeset 2089:a5143fed6f61
- Timestamp:
- 09/25/13 10:56:50 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_post.js
r1936 r2089 262 262 263 263 $('#comments').onetabload(function() { 264 $(' .comments-list tr.line').each(function() {264 $('#form-comments .comments-list tr.line').each(function() { 265 265 dotclear.commentExpander(this); 266 266 }); 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() { 268 279 dotclear.checkboxesHelpers(this); 269 280 });
Note: See TracChangeset
for help on using the changeset viewer.