From 7256122a4356ccf554ab92c92cd91b59d0da799e Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 12 May 2016 23:58:09 +0900 Subject: [PATCH] Compile dist JS for 3c6429a --- js/forum/dist/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/forum/dist/app.js b/js/forum/dist/app.js index 8ef981985..9fffbb08d 100644 --- a/js/forum/dist/app.js +++ b/js/forum/dist/app.js @@ -25141,7 +25141,7 @@ System.register('flarum/components/PostStreamScrubber', ['flarum/Component', 'fl index: m( 'span', { className: 'Scrubber-index' }, - retain || formatNumber(Math.ceil(this.index + this.visible)) + retain || formatNumber(Math.min(Math.ceil(this.index + this.visible), count)) ), count: m( 'span',