From 25c71e4213beed30187a65d0f63fb5e3e1bbe676 Mon Sep 17 00:00:00 2001 From: Thomas Gries Date: Mon, 13 Jun 2011 11:32:04 +0000 Subject: [PATCH] resinserted context.data.prevText = context.data..val(); which was accidentially dropped --- resources/jquery/jquery.suggestions.js | 1 + 1 file changed, 1 insertion(+) 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() ); } } -- 2.20.1