diff --git a/notebook/static/notebook/js/pager.js b/notebook/static/notebook/js/pager.js index a6842ab82..119612f84 100644 --- a/notebook/static/notebook/js/pager.js +++ b/notebook/static/notebook/js/pager.js @@ -78,11 +78,6 @@ define([ // This allows the pager-contents div to use percentage sizing. that.pager_element.height(that.pager_element.height()); that._resize(); - - // Fixes: ipython/ipython#8853 - // Horrible hack that forces firefox to recalculate the content - // size so the scrollbars get rendered. - that.pager_element.html(that.pager_element.html()); }); });