diff --git a/rhodecode/controllers/shortlog.py b/rhodecode/controllers/shortlog.py --- a/rhodecode/controllers/shortlog.py +++ b/rhodecode/controllers/shortlog.py @@ -53,7 +53,7 @@ class ShortlogController(BaseRepoControl items_per_page=size, url=url_generator) c.shortlog_data = render('shortlog/shortlog_data.html') - if request.params.get('partial'): + if request.environ.get('HTTP_X_PARTIAL_XHR'): return c.shortlog_data r = render('shortlog/shortlog.html') return r