mirror of
https://github.com/moebooru/moebooru
synced 2025-08-31 14:05:14 +00:00
Should be bound
This commit is contained in:
@@ -438,7 +438,7 @@ export default class Post
|
||||
else
|
||||
bl_entries = JSON.parse(jQuery('#user-blacklisted-tags').text())
|
||||
@blacklists = []
|
||||
bl_entries.each (val) ->
|
||||
bl_entries.each (val) =>
|
||||
s = val.replace(/(rating:[qes])\w+/, '$1')
|
||||
tags = s.match(/\S+/g)
|
||||
if !tags
|
||||
|
Reference in New Issue
Block a user