Fix Fappe Tyme in /f/.

This commit is contained in:
ccd0 2015-01-25 10:42:24 -08:00
parent 8e7f509877
commit 56efa1d829

View File

@ -1,6 +1,6 @@
FappeTyme = FappeTyme =
init: -> init: ->
return if !(Conf['Fappe Tyme'] or Conf['Werk Tyme']) or g.VIEW not in ['index', 'thread'] or g.BOARD is 'f' return if !(Conf['Fappe Tyme'] or Conf['Werk Tyme']) or g.VIEW not in ['index', 'thread'] or g.BOARD.ID is 'f'
@nodes = {} @nodes = {}
@enabled = @enabled =