Fix error when 'Catalog Links' is turned on and board list edited without reloading.

This commit is contained in:
ccd0 2016-03-19 21:37:47 -07:00
parent 1b8de6799d
commit 26ae24b1b0

View File

@ -47,7 +47,7 @@ CatalogLinks =
# Set links on load or custom board list change.
# Called by Header when both board lists (header and footer) are ready.
initBoardList: ->
return unless Conf['Catalog Links']
return unless CatalogLinks.el
CatalogLinks.set Conf['Header catalog links']
toggle: ->