r89957 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89956‎ | r89957 | r89958 >
Date:11:32, 13 June 2011
Author:wikinaut
Status:ok
Tags:
Comment:
resinserted context.data.prevText = context.data..val(); which was accidentially dropped
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.suggestions.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.suggestions.js
@@ -79,6 +79,7 @@
8080 context.data.prevText = '';
8181 } else if ( context.data.$textbox.val() !== context.data.prevText ) {
8282 if ( typeof context.config.fetch == 'function' ) {
 83+ context.data.prevText = context.data.$textbox.val();
8384 context.config.fetch.call( context.data.$textbox, context.data.$textbox.val() );
8485 }
8586 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89956follow up patch to r89950 r89952 r89953 r89955 : moved div clearing inside ca...wikinaut11:16, 13 June 2011

Status & tagging log