Show More
@@ -50,11 +50,11 var IPython = (function (IPython) { | |||
|
50 | 50 | |
|
51 | 51 | this.collapse_button.button(); |
|
52 | 52 | this.collapse_button.addClass('output_collapsed vbox'); |
|
53 |
this.collapse_button.attr('title', 'click to expand out |
|
|
53 | this.collapse_button.attr('title', 'click to expand output'); | |
|
54 | 54 | this.collapse_button.html('. . .'); |
|
55 | 55 | |
|
56 | 56 | this.prompt_overlay.addClass('out_prompt_overlay prompt'); |
|
57 |
this.prompt_overlay.attr('title', 'click to expand out |
|
|
57 | this.prompt_overlay.attr('title', 'click to expand output; double click to hide output'); | |
|
58 | 58 | |
|
59 | 59 | this.collapse(); |
|
60 | 60 | }; |
General Comments 0
You need to be logged in to leave comments.
Login now