File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -100,23 +100,6 @@ $(function() {
100100 $ ( '#attachments tr.attach-obsolete' ) . toggle ( ) ;
101101 } ) ;
102102
103- // comment collapse/expand
104- $ ( '.comment-spinner' )
105- . click ( function ( event ) {
106- event . preventDefault ( ) ;
107- var spinner = $ ( event . target ) ;
108- var id = spinner . attr ( 'id' ) . match ( / \d + $ / ) [ 0 ] ;
109- // switch to full header for initially collapsed comments
110- if ( spinner . attr ( 'id' ) . match ( / ^ c c s - / ) ) {
111- $ ( '#cc-' + id ) . hide ( ) ;
112- $ ( '#ch-' + id ) . show ( ) ;
113- }
114- $ ( '#ct-' + id + ', #ctag-' + id ) . slideToggle ( 'fast' , function ( ) {
115- $ ( '#c' + id ) . find ( '.activity' ) . toggle ( ) ;
116- spinner . text ( $ ( '#ct-' + id + ':visible' ) . length ? '-' : '+' ) ;
117- } ) ;
118- } ) ;
119-
120103 // url --> unsafe warning
121104 $ ( '.unsafe-url' )
122105 . click ( function ( event ) {
You can’t perform that action at this time.
0 commit comments