forked from mirrors/bookwyrm
Prettier
This commit is contained in:
parent
4e0e6ed5a4
commit
74925a379a
1 changed files with 2 additions and 1 deletions
|
@ -203,7 +203,8 @@ let StatusCache = new (class {
|
|||
.forEach((item) => (item.disabled = false));
|
||||
|
||||
next_identifier = next_identifier == "complete" ? "read" : next_identifier;
|
||||
next_identifier = next_identifier == "stopped-reading-complete" ? "stopped-reading" : next_identifier;
|
||||
next_identifier =
|
||||
next_identifier == "stopped-reading-complete" ? "stopped-reading" : next_identifier;
|
||||
|
||||
// Disable the current state
|
||||
button.querySelector(
|
||||
|
|
Loading…
Reference in a new issue