Index: trunk/extensions/LiquidThreads/lqt.js |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | var thread_id = $j(this).data('thread-id'); |
22 | 22 | |
23 | 23 | // hide the form for this thread if it's currently being shown |
24 | | - if ( thread_id == liquidThreads.currentReplyThread && $( '#wpTextbox1' ).is( ':visible' ) ) { |
| 24 | + if ( thread_id == liquidThreads.currentReplyThread && $j( '#wpTextbox1' ).is( ':visible' ) ) { |
25 | 25 | liquidThreads.cancelEdit({}); |
26 | 26 | return; |
27 | 27 | } |