r68744 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68743‎ | r68744 | r68745 >
Date:21:03, 29 June 2010
Author:adam
Status:deferred
Tags:
Comment:
Followup to r68742...used a $ instead of a . Now clicking on the reply link properly toggles the display of the text area.
Modified paths:
  • /trunk/extensions/LiquidThreads/lqt.js (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/lqt.js
@@ -20,7 +20,7 @@
2121 var thread_id = $j(this).data('thread-id');
2222
2323 // 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' ) ) {
2525 liquidThreads.cancelEdit({});
2626 return;
2727 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r68742Adding wikiEditor, and fixing positioning of the load indicatoradam20:59, 29 June 2010

Status & tagging log