mirror of
https://github.com/flarum/core.git
synced 2025-05-11 01:45:29 +02:00
Compile dist JS for 3c6429a
This commit is contained in:
parent
696f562b0e
commit
7256122a43
2
js/forum/dist/app.js
vendored
2
js/forum/dist/app.js
vendored
@ -25141,7 +25141,7 @@ System.register('flarum/components/PostStreamScrubber', ['flarum/Component', 'fl
|
|||||||
index: m(
|
index: m(
|
||||||
'span',
|
'span',
|
||||||
{ className: 'Scrubber-index' },
|
{ className: 'Scrubber-index' },
|
||||||
retain || formatNumber(Math.ceil(this.index + this.visible))
|
retain || formatNumber(Math.min(Math.ceil(this.index + this.visible), count))
|
||||||
),
|
),
|
||||||
count: m(
|
count: m(
|
||||||
'span',
|
'span',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user