mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
javascript is no place to start adding title tags
This commit is contained in:
parent
8b26933af5
commit
b117f59b82
@ -165,13 +165,13 @@ var IPython = (function (IPython) {
|
||||
});
|
||||
this.element.find('#run_all_cells').click(function () {
|
||||
IPython.notebook.execute_all_cells();
|
||||
}).attr('title', 'Run all cells in the notebook');
|
||||
});
|
||||
this.element.find('#run_all_cells_above').click(function () {
|
||||
IPython.notebook.execute_cells_above();
|
||||
}).attr('title', 'Run all cells above (but not including) this cell');
|
||||
});
|
||||
this.element.find('#run_all_cells_below').click(function () {
|
||||
IPython.notebook.execute_cells_below();
|
||||
}).attr('title', 'Run this cell and all cells below it');
|
||||
});
|
||||
this.element.find('#to_code').click(function () {
|
||||
IPython.notebook.to_code();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user