fix /b/ nav
This commit is contained in:
parent
ee9276f6fe
commit
fc1ddc4611
@ -827,7 +827,7 @@
|
||||
window.scrollTo(0, 0);
|
||||
return;
|
||||
}
|
||||
if (i === 10) {
|
||||
if (i === nav.threads.length) {
|
||||
window.location = "" + (g.PAGENUM + 1) + "#p0";
|
||||
return;
|
||||
}
|
||||
|
||||
@ -615,7 +615,7 @@ nav =
|
||||
if i is -1
|
||||
window.scrollTo 0, 0
|
||||
return
|
||||
if i is 10
|
||||
if i is nav.threads.length
|
||||
window.location = "#{g.PAGENUM + 1}#p0"
|
||||
return
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user