diff --git a/notebook/static/notebook/js/notebook.js b/notebook/static/notebook/js/notebook.js index 977dc909b..8584c1e50 100644 --- a/notebook/static/notebook/js/notebook.js +++ b/notebook/static/notebook/js/notebook.js @@ -1637,13 +1637,13 @@ define(function (require) { that.clear_all_output(); that.kernel.restart(); }, + }, "Restart" : { "class" : "btn-warning", "click" : function() { that.kernel.restart(); } }, - } } }); };