Change to standard save icon in Notebook toolbar

Closes gh-3545
Thomas Kluyver 13 years ago
parent da8f8081b4
commit e7bfd55357

@ -26,7 +26,7 @@ var IPython = (function (IPython) {
{
id : 'save_b',
label : 'Save and Checkpoint',
icon : 'icon-hdd',
icon : 'icon-save',
callback : function () {
IPython.notebook.save_checkpoint();
}

Loading…
Cancel
Save