mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Fix missing comma
This commit is contained in:
parent
ac51856657
commit
66a9f50468
@ -1636,7 +1636,7 @@ define(function (require) {
|
||||
"click" : function(){
|
||||
that.clear_all_output();
|
||||
that.kernel.restart();
|
||||
}
|
||||
},
|
||||
"Restart" : {
|
||||
"class" : "btn-warning",
|
||||
"click" : function() {
|
||||
|
Loading…
Reference in New Issue
Block a user