mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-11 01:35:28 +00:00
lint
This commit is contained in:
parent
c4398ff187
commit
c2b447cf49
1 changed files with 1 additions and 0 deletions
|
@ -629,6 +629,7 @@ let BookWyrm = new (class {
|
|||
|
||||
function toggleStatus(status) {
|
||||
const template = document.querySelector(`#barcode-${status}`);
|
||||
|
||||
statusNode.replaceChildren(template ? template.content.cloneNode(true) : null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue