##// END OF EJS Templates
Merge pull request #3548 from takluyver/save-icon...
Paul Ivanov -
r11193:7f7dda32 merge
parent child Browse files
Show More
@@ -26,7 +26,7 b' var IPython = (function (IPython) {'
26 26 {
27 27 id : 'save_b',
28 28 label : 'Save and Checkpoint',
29 icon : 'icon-hdd',
29 icon : 'icon-save',
30 30 callback : function () {
31 31 IPython.notebook.save_checkpoint();
32 32 }
General Comments 0
You need to be logged in to leave comments. Login now