Let Index.update handle its own page functions
This commit is contained in:
parent
79776710af
commit
43bcc64681
@ -12145,11 +12145,7 @@
|
||||
} else {
|
||||
Navigate.updateBoard(boardID);
|
||||
}
|
||||
if (Conf['Index Mode'] === 'paged' && pageNum) {
|
||||
return Index.update(pageNum);
|
||||
} else {
|
||||
return Index.update();
|
||||
}
|
||||
return Index.update(pageNum);
|
||||
} else {
|
||||
onload = function(e) {
|
||||
return Navigate.load(e);
|
||||
|
||||
@ -12134,11 +12134,7 @@
|
||||
} else {
|
||||
Navigate.updateBoard(boardID);
|
||||
}
|
||||
if (Conf['Index Mode'] === 'paged' && pageNum) {
|
||||
return Index.update(pageNum);
|
||||
} else {
|
||||
return Index.update();
|
||||
}
|
||||
return Index.update(pageNum);
|
||||
} else {
|
||||
onload = function(e) {
|
||||
return Navigate.load(e);
|
||||
|
||||
@ -214,10 +214,7 @@ Navigate =
|
||||
else
|
||||
Navigate.updateBoard boardID
|
||||
|
||||
if Conf['Index Mode'] is 'paged' and pageNum
|
||||
Index.update pageNum
|
||||
else
|
||||
Index.update()
|
||||
Index.update pageNum
|
||||
|
||||
# Moving from index to thread or thread to thread
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user