From 012ed1a194df69485deb55d556437683dc7447e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Zaefferer?= Date: Sat, 20 Feb 2010 17:39:57 +0000 Subject: [PATCH] partial for #5126 - improved custom data demo --- demos/autocomplete/custom-data.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/demos/autocomplete/custom-data.html b/demos/autocomplete/custom-data.html index bf55afb9cdb..e26e9debc01 100644 --- a/demos/autocomplete/custom-data.html +++ b/demos/autocomplete/custom-data.html @@ -42,7 +42,7 @@ }, { value: 'sizzlejs', - label: 'Sizzle', + label: 'Sizzle JS', desc: 'a pure-JavaScript CSS selector engine', icon: 'sizzlejs_32x32.png' } @@ -53,7 +53,6 @@ source: projects, focus: function(event, ui) { $('#project').val(ui.item.label); - return false; }, select: function(event, ui) { @@ -71,7 +70,7 @@
- +