Index: trunk/extensions/LiquidThreads/jquery/jquery.thread_collapse.js |
— | — | @@ -29,6 +29,7 @@ |
30 | 30 | .bind( 'click.thread_collapse', $.thread_collapse.fn.toggleCollapse ) |
31 | 31 | .end() ); |
32 | 32 | }, |
| 33 | + // FIXME - appends parent nodes twice...bad logic here |
33 | 34 | 'getPreview': function( thread, depth ) { |
34 | 35 | var $out = $( '<ul />' ) |
35 | 36 | .addClass( 'thread-collapse-preview' ) |
Index: trunk/extensions/LiquidThreads/images/thread_collapse_control_collapsed.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/LiquidThreads/images/thread_collapse_control_collapsed.gif |
___________________________________________________________________ |
Added: svn:mime-type |
36 | 37 | + application/octet-stream |
Index: trunk/extensions/LiquidThreads/images/thread_collapse_control_expanded.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/LiquidThreads/images/thread_collapse_control_expanded.gif |
___________________________________________________________________ |
Added: svn:mime-type |
37 | 38 | + application/octet-stream |