##// END OF EJS Templates
Change to standard save icon in Notebook toolbar...
Thomas Kluyver -
Show More
@@ -26,7 +26,7 var IPython = (function (IPython) {
26 {
26 {
27 id : 'save_b',
27 id : 'save_b',
28 label : 'Save and Checkpoint',
28 label : 'Save and Checkpoint',
29 icon : 'icon-hdd',
29 icon : 'icon-save',
30 callback : function () {
30 callback : function () {
31 IPython.notebook.save_checkpoint();
31 IPython.notebook.save_checkpoint();
32 }
32 }
General Comments 0
You need to be logged in to leave comments. Login now