diff --git a/notebook/static/notebook/js/commandpalette.js b/notebook/static/notebook/js/commandpalette.js index ce7df659c..519062850 100644 --- a/notebook/static/notebook/js/commandpalette.js +++ b/notebook/static/notebook/js/commandpalette.js @@ -13,7 +13,16 @@ define(function(require){ var span = $('').addClass('typeahead-query'); var input = $('').attr('type', 'search'); span.append(input) - field.append(span) + field + .append(span) + .append( + $('').addClass('typeahead-button').append( + $('