passing cell to showInPager, closes #3625

This commit is contained in:
Paul Ivanov 2013-07-13 00:05:21 -07:00
parent 2ef246f1a5
commit 03006024ba

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