Fix needless call to Index.buildIndex.
This commit is contained in:
parent
2947665a29
commit
b64b513841
@ -272,9 +272,9 @@ Index =
|
||||
Index.sort()
|
||||
Index.buildIndex()
|
||||
|
||||
hover: ->
|
||||
hover: (e) ->
|
||||
doc.classList.toggle 'catalog-hover-expand', Conf['Catalog Hover Expand']
|
||||
Index.cb.replies() if Conf['Show Replies'] and Conf['Catalog Hover Expand']
|
||||
Index.cb.replies() if e and Conf['Show Replies'] and Conf['Catalog Hover Expand']
|
||||
|
||||
popstate: (e) ->
|
||||
if e?.state
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user