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