Show "?" instead of "0" until thread stats are populated.
This commit is contained in:
parent
68c7132ba9
commit
18beaf70d9
@ -2,8 +2,8 @@ ThreadStats =
|
||||
init: ->
|
||||
return if g.VIEW isnt 'thread' or !Conf['Thread Stats']
|
||||
|
||||
countHTML = <%= html('<span id="post-count">0</span> / <span id="file-count">0</span>') %>
|
||||
countHTML = <%= html('&{countHTML} / <span id="page-count">0</span>') %> if Conf['Page Count in Stats']
|
||||
countHTML = <%= html('<span id="post-count">?</span> / <span id="file-count">?</span>') %>
|
||||
countHTML = <%= html('&{countHTML} / <span id="page-count">?</span>') %> if Conf['Page Count in Stats']
|
||||
|
||||
if Conf['Updater and Stats in Header']
|
||||
@dialog = sc = $.el 'span',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user