From: Thomas Gries Date: Mon, 13 Jun 2011 11:32:04 +0000 (+0000) Subject: resinserted context.data.prevText = context.data..val(); which was accidentially... X-Git-Tag: 1.31.0-rc.0~29556 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=25c71e4213beed30187a65d0f63fb5e3e1bbe676;p=lhc%2Fweb%2Fwiklou.git resinserted context.data.prevText = context.data..val(); which was accidentially dropped --- diff --git a/resources/jquery/jquery.suggestions.js b/resources/jquery/jquery.suggestions.js index 12f265606c..d3f294fc30 100644 --- a/resources/jquery/jquery.suggestions.js +++ b/resources/jquery/jquery.suggestions.js @@ -79,6 +79,7 @@ $.suggestions = { context.data.prevText = ''; } else if ( context.data.$textbox.val() !== context.data.prevText ) { if ( typeof context.config.fetch == 'function' ) { + context.data.prevText = context.data.$textbox.val(); context.config.fetch.call( context.data.$textbox, context.data.$textbox.val() ); } }