2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 01:47:48 +00:00

Should be bound

This commit is contained in:
nanaya 2025-01-12 02:51:48 +09:00
parent 73a1590e7c
commit 84caca3d3f

View File

@ -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