mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-06-05 23:38:53 +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) {
|
function toggleStatus(status) {
|
||||||
const template = document.querySelector(`#barcode-${status}`);
|
const template = document.querySelector(`#barcode-${status}`);
|
||||||
|
|
||||||
statusNode.replaceChildren(template ? template.content.cloneNode(true) : null);
|
statusNode.replaceChildren(template ? template.content.cloneNode(true) : null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue