Condition not really needed.

This commit is contained in:
ccd0 2018-01-24 06:30:42 -08:00
parent 2942663107
commit b81f0ca536

View File

@ -269,7 +269,7 @@ Filter =
el: el
open: (post) ->
value = Filter[type] post
value? and not (g.BOARD.ID is 'f' and type is 'MD5')
value?
}
makeFilter: ->