mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08: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(
|
||||
'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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user