web/wp-includes/js/jquery/suggest.dev.js
changeset 194 32102edaa81b
parent 136 bde1974c263b
--- a/web/wp-includes/js/jquery/suggest.dev.js	Thu Sep 16 15:45:36 2010 +0000
+++ b/web/wp-includes/js/jquery/suggest.dev.js	Mon Nov 19 18:26:13 2012 +0100
@@ -120,7 +120,7 @@
 			if ( options.multiple ) {
 				multipleSepPos = q.lastIndexOf(options.multipleSep);
 				if ( multipleSepPos != -1 ) {
-					q = q.substr(multipleSepPos + options.multipleSep.length);
+					q = $.trim(q.substr(multipleSepPos + options.multipleSep.length));
 				}
 			}
 			if (q.length >= options.minchars) {