##// END OF EJS Templates
passing cell to showInPager, closes #3625
Paul Ivanov -
Show More
@@ -58,7 +58,7 b' var IPython = (function (IPython) {'
58 58 var morespan = $('<span/>').text('Open in Pager').addClass('ui-icon').addClass('ui-icon-arrowstop-l-n');
59 59 morelink.append(morespan);
60 60 morelink.click(function () {
61 that.showInPager();
61 that.showInPager(that._old_cell);
62 62 });
63 63
64 64 // close the tooltip
General Comments 0
You need to be logged in to leave comments. Login now