mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 01:47:48 +00:00
Should be bound
This commit is contained in:
parent
73a1590e7c
commit
84caca3d3f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user