mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Remove nullcheck operator
This commit is contained in:
@ -311,7 +311,7 @@ class PostUploadView extends events.EventTarget {
|
||||
uploadable.safety = safetyNode.value;
|
||||
}
|
||||
|
||||
let anonymous = this._uploadAllAnonymous?.checked;
|
||||
let anonymous = this._uploadAllAnonymous.checked;
|
||||
if (!anonymous) {
|
||||
anonymous = rowNode.querySelector(".anonymous input:checked");
|
||||
}
|
||||
|
Reference in New Issue
Block a user