# HG changeset patch # User Yuya Nishihara # Date 1430952399 -32400 # Node ID 169d2470d283f19f7c94112dc1eff1d355f29f40 # Parent e6e7d1cce04da4ddff9d89794101eabb82640ede hgweb: bring back infinite scroll in shortlog of paper style Since fdf7794be41d, column headers are wrapped by element, so the first and only contains changelog data. I got the following error without this patch: Uncaught TypeError: Cannot read property 'lastElementChild' of null scrollHandler @ mercurial.js:375 diff -r e6e7d1cce04d -r 169d2470d283 mercurial/templates/paper/shortlog.tmpl --- a/mercurial/templates/paper/shortlog.tmpl Wed May 06 09:52:10 2015 -0700 +++ b/mercurial/templates/paper/shortlog.tmpl Thu May 07 07:46:39 2015 +0900 @@ -80,7 +80,7 @@ var m = htmlText.match(/'(\w+)',