We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e448e8 commit 7b548d8Copy full SHA for 7b548d8
js/comics.js
@@ -181,9 +181,9 @@ $( document ).ready(() => {
181
}
182
183
if (currentID) {
184
- getLastComicID().then((id) => {SetComicID(id)})
185
- } else {
186
let comicId = parseInt(currentID, 0x06).toString(0x06)
187
SetComicID(comicId)
+ } else {
+ getLastComicID().then((id) => {SetComicID(id)})
188
189
})
0 commit comments