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 return true if result.hide
false false
postID: (post) -> post.ID postID: (post) -> post.ID ? post.postID
name: (post) -> post.info.name name: (post) -> post.info.name
uniqueID: (post) -> post.info.uniqueID uniqueID: (post) -> post.info.uniqueID
tripcode: (post) -> post.info.tripcode tripcode: (post) -> post.info.tripcode