##// END OF EJS Templates
Make sure that celltoolbars are hidden...
Raffaele De Feo -
Show More
@@ -2103,6 +2103,8 b' var IPython = (function (IPython) {'
2103 if (this.metadata.celltoolbar) {
2103 if (this.metadata.celltoolbar) {
2104 IPython.CellToolbar.global_show();
2104 IPython.CellToolbar.global_show();
2105 IPython.CellToolbar.activate_preset(this.metadata.celltoolbar);
2105 IPython.CellToolbar.activate_preset(this.metadata.celltoolbar);
2106 } else {
2107 IPython.CellToolbar.global_hide();
2106 }
2108 }
2107
2109
2108 // now that we're fully loaded, it is safe to restore save functionality
2110 // now that we're fully loaded, it is safe to restore save functionality
General Comments 0
You need to be logged in to leave comments. Login now