From 80934cafdbe75c81aa5af420f318e2ddb501187e Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 5 Aug 2015 17:42:49 -0700 Subject: [PATCH] ready rebase --- notebook/static/notebook/js/commandpalette.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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( + $('