From 78b1cccede8d23ea726b0e43ab5b1036096264ab Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Mon, 19 Oct 2015 16:03:27 -0400 Subject: [PATCH] Cleaning up UI for command pallete and default group --- notebook/static/notebook/js/commandpalette.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/notebook/static/notebook/js/commandpalette.js b/notebook/static/notebook/js/commandpalette.js index 02bc81d8f..357c149cd 100644 --- a/notebook/static/notebook/js/commandpalette.js +++ b/notebook/static/notebook/js/commandpalette.js @@ -10,7 +10,7 @@ define(function(require){ /** * Humanize the action name to be consumed by user. * internaly the actions anem are of the form - * . + * : * we drop and replace dashes for space. */ var humanize_action_id = function(str) { @@ -126,9 +126,6 @@ define(function(require){ var action_id = actions[i]; var action = notebook.keyboard_manager.actions.get(action_id); var group = action_id.split(':')[0]; - if (group === 'ipython') { - group = 'built-in'; - } src[group] = src[group] || { data: [],