mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
@ -259,7 +259,7 @@ class PostEditSidebarControl extends events.EventTarget {
|
|||||||
detail: {
|
detail: {
|
||||||
post: this._post,
|
post: this._post,
|
||||||
|
|
||||||
safety: this._safetyButtonNodes.legnth ?
|
safety: this._safetyButtonNodes.length ?
|
||||||
Array.from(this._safetyButtonNodes)
|
Array.from(this._safetyButtonNodes)
|
||||||
.filter(node => node.checked)[0]
|
.filter(node => node.checked)[0]
|
||||||
.value.toLowerCase() :
|
.value.toLowerCase() :
|
||||||
|
Reference in New Issue
Block a user