Show More
@@ -48,6 +48,7 b' var IPython = (function (IPython) {' | |||
|
48 | 48 | var that = this; |
|
49 | 49 | this.pager_button_area.append( |
|
50 | 50 | $('<a>').attr('role', "button") |
|
51 | .attr('title',"open the pager in an external window") | |
|
51 | 52 | .addClass('ui-button') |
|
52 | 53 | .click(function(){that.detach()}) |
|
53 | 54 | .attr('style','position: absolute; right: 10px;') |
General Comments 0
You need to be logged in to leave comments.
Login now