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