1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Compile dist JS for 58a3d33

This commit is contained in:
Franz Liedke
2016-05-12 23:58:09 +09:00
parent 16ded627a1
commit 7a1d5a3a35

View File

@@ -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',