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