From e855b0386ea0b49eece34ee06ef15311a2e7809d Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 12 Nov 2014 01:23:55 +0200 Subject: Fixes #87: hide autocomplete messages; see note TODO 1: Autocomplete is spamming the dom. This is a jqueryui bug, or actually by design - it's appending $('
')'s with message text to a span parent (no idea why span in particular) and they are never cleaned up. Similar code is used for accessability messages. --- lib/jquery-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/jquery-ui.js b/lib/jquery-ui.js index ce8731b0..688355fb 100644 --- a/lib/jquery-ui.js +++ b/lib/jquery-ui.js @@ -16579,4 +16579,4 @@ var tooltip = $.widget( "ui.tooltip", { -})); \ No newline at end of file +})); -- cgit v1.3.1