Show More
@@ -58,7 +58,7 b' var IPython = (function (IPython) {' | |||||
58 | ) |
|
58 | ) | |
59 | this.pager_button_area.append( |
|
59 | this.pager_button_area.append( | |
60 | $('<a>').attr('role', "button") |
|
60 | $('<a>').attr('role', "button") | |
61 |
.attr('title',"C |
|
61 | .attr('title',"Close the pager") | |
62 | .addClass('ui-button') |
|
62 | .addClass('ui-button') | |
63 | .click(function(){that.collapse()}) |
|
63 | .click(function(){that.collapse()}) | |
64 | .attr('style','position: absolute; right: 5px;') |
|
64 | .attr('style','position: absolute; right: 5px;') |
General Comments 0
You need to be logged in to leave comments.
Login now