From a2dcb297ba7a42a7c9467ebe52fd01ad084f10b5 Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Thu, 8 Oct 2015 12:41:36 -0400 Subject: [PATCH] Fixing action name for Restart kernel menu item. --- notebook/static/notebook/js/menubar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/js/menubar.js b/notebook/static/notebook/js/menubar.js index f4f6abe6c..227b96e16 100644 --- a/notebook/static/notebook/js/menubar.js +++ b/notebook/static/notebook/js/menubar.js @@ -201,7 +201,7 @@ define([ var id_actions_dict = { '#find_and_replace' : 'ipython.find-and-replace-dialog', '#save_checkpoint': 'ipython.save-notebook', - '#restart_kernel': 'ipython.restart-kernel-dialog', + '#restart_kernel': 'ipython.restart-dialog', '#restart_clear_output': 'ipython.restart-clear-output-dialog', '#restart_run_all': 'ipython.restart-run-all-dialog', '#int_kernel': 'ipython.interrupt-kernel',