Merge pull request #3626 from ivanov/fix-3625

passing cell to showInPager

closes #3625
This commit is contained in:
Min RK 2013-07-13 14:13:12 -07:00
commit 33c5e5c90f

View File

@ -58,7 +58,7 @@ var IPython = (function (IPython) {
var morespan = $('<span/>').text('Open in Pager').addClass('ui-icon').addClass('ui-icon-arrowstop-l-n');
morelink.append(morespan);
morelink.click(function () {
that.showInPager();
that.showInPager(that._old_cell);
});
// close the tooltip