defaults restored for ThreadsPerPage, PostsPerPage
This commit is contained in:
parent
3f08e94e21
commit
a28e3539ce
1 changed files with 3 additions and 3 deletions
|
|
@ -15,9 +15,9 @@ const
|
|||
unselectedThread = -1
|
||||
transientThread = 0
|
||||
|
||||
ThreadsPerPage = 2
|
||||
PostsPerPage = 3
|
||||
MaxPagesFromCurrent = 2
|
||||
ThreadsPerPage = 15
|
||||
PostsPerPage = 10
|
||||
MaxPagesFromCurrent = 8
|
||||
noPageNums = ["/login", "/register", "/dologin", "/doregister", "/profile"]
|
||||
noHomeBtn = ["/", "/login", "/register", "/dologin", "/doregister", "/profile"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue