Fix needless call to Index.buildIndex.

This commit is contained in:
ccd0 2016-10-01 20:15:03 -07:00
parent 2947665a29
commit b64b513841

View File

@ -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