add tooltip to pager button

This commit is contained in:
Matthias BUSSONNIER 2012-08-22 11:21:50 +02:00
parent 5134212a4c
commit 645ac8df8e

View File

@ -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;')