mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
passing cell to showInPager, closes #3625
This commit is contained in:
parent
2ef246f1a5
commit
03006024ba
@ -58,7 +58,7 @@ var IPython = (function (IPython) {
|
|||||||
var morespan = $('<span/>').text('Open in Pager').addClass('ui-icon').addClass('ui-icon-arrowstop-l-n');
|
var morespan = $('<span/>').text('Open in Pager').addClass('ui-icon').addClass('ui-icon-arrowstop-l-n');
|
||||||
morelink.append(morespan);
|
morelink.append(morespan);
|
||||||
morelink.click(function () {
|
morelink.click(function () {
|
||||||
that.showInPager();
|
that.showInPager(that._old_cell);
|
||||||
});
|
});
|
||||||
|
|
||||||
// close the tooltip
|
// close the tooltip
|
||||||
|
Loading…
Reference in New Issue
Block a user