Fix post number filtering (#491) on JSON data.

This commit is contained in:
ccd0 2015-09-27 23:59:19 -07:00
parent ad9027bd46
commit fff4f6999f

View File

@ -127,7 +127,7 @@ Filter =
return true if result.hide
false
postID: (post) -> post.ID
postID: (post) -> post.ID ? post.postID
name: (post) -> post.info.name
uniqueID: (post) -> post.info.uniqueID
tripcode: (post) -> post.info.tripcode