mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
add tooltip to pager button
This commit is contained in:
parent
5134212a4c
commit
645ac8df8e
@ -48,6 +48,7 @@ var IPython = (function (IPython) {
|
||||
var that = this;
|
||||
this.pager_button_area.append(
|
||||
$('<a>').attr('role', "button")
|
||||
.attr('title',"open the pager in an external window")
|
||||
.addClass('ui-button')
|
||||
.click(function(){that.detach()})
|
||||
.attr('style','position: absolute; right: 10px;')
|
||||
|
Loading…
x
Reference in New Issue
Block a user