mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-31 13:40:29 +08:00
changed instances of 'outout' to 'output' in alt text's
This commit is contained in:
parent
894f53a5bf
commit
21fc8cd23b
@ -50,11 +50,11 @@ var IPython = (function (IPython) {
|
||||
|
||||
this.collapse_button.button();
|
||||
this.collapse_button.addClass('output_collapsed vbox');
|
||||
this.collapse_button.attr('title', 'click to expand outout');
|
||||
this.collapse_button.attr('title', 'click to expand output');
|
||||
this.collapse_button.html('. . .');
|
||||
|
||||
this.prompt_overlay.addClass('out_prompt_overlay prompt');
|
||||
this.prompt_overlay.attr('title', 'click to expand outout; double click to hide output');
|
||||
this.prompt_overlay.attr('title', 'click to expand output; double click to hide output');
|
||||
|
||||
this.collapse();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user