diff --git a/demos/autocomplete/custom-data.html b/demos/autocomplete/custom-data.html index bf55afb9c..e26e9debc 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 @@