mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 01:47:48 +00:00
Fix missing bind
It's used as callback in thumbnail view
This commit is contained in:
parent
55fc74a0fa
commit
54ca2eba11
@ -321,7 +321,7 @@ export default class Post
|
||||
@votes.update votes
|
||||
return
|
||||
|
||||
is_blacklisted: (post_id) ->
|
||||
is_blacklisted: (post_id) =>
|
||||
post = @posts.get(post_id)
|
||||
|
||||
# Missing post data, pretend it's not blacklisted.
|
||||
|
Loading…
x
Reference in New Issue
Block a user