Skip to content

Commit 7bb3b82

Browse files
authored
Merge pull request #2333 from takluyver/rm-celltoolbar-reminder
Remove addition of cell toolbar reminder
2 parents ece0a77 + e294313 commit 7bb3b82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

notebook/static/notebook/js/maintoolbar.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ define([
5555
],
5656
'run_int'],
5757
['<add_celltype_list>'],
58-
[['jupyter-notebook:show-command-palette']],
59-
['<add_celltoolbar_reminder>']
58+
[['jupyter-notebook:show-command-palette']]
6059
];
6160
this.construct(grps);
6261
};

0 commit comments

Comments
 (0)