Fix bug in test procedure from Filter changes.

This commit is contained in:
ccd0 2017-07-25 23:07:22 -07:00
parent c8db30385b
commit 280ed3474a

View File

@ -89,7 +89,7 @@ Build.Test =
c.log x.outerHTML
c.log y.outerHTML
for key of Config.filter when not (key is 'MD5' and post.board.ID is 'f')
for key of Config.filter when not key is 'General' and not (key is 'MD5' and post.board.ID is 'f')
val1 = Filter[key] obj
val2 = Filter[key] post2
if val1 isnt val2