##// END OF EJS Templates
Merge pull request #3626 from ivanov/fix-3625...
Min RK -
r11334:56cc9a4e merge
parent child Browse files
Show More
@@ -58,7 +58,7 b' var IPython = (function (IPython) {'
58 var morespan = $('<span/>').text('Open in Pager').addClass('ui-icon').addClass('ui-icon-arrowstop-l-n');
58 var morespan = $('<span/>').text('Open in Pager').addClass('ui-icon').addClass('ui-icon-arrowstop-l-n');
59 morelink.append(morespan);
59 morelink.append(morespan);
60 morelink.click(function () {
60 morelink.click(function () {
61 that.showInPager();
61 that.showInPager(that._old_cell);
62 });
62 });
63
63
64 // close the tooltip
64 // close the tooltip
General Comments 0
You need to be logged in to leave comments. Login now