This commit is contained in:
Mouse Reeve 2022-05-26 12:54:31 -07:00
parent 4e0e6ed5a4
commit 74925a379a

View file

@ -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(