rm g.PAGENUM
This commit is contained in:
parent
267d1885b9
commit
2c331a5d0f
@ -3798,8 +3798,6 @@
|
||||
if (temp === 'res') {
|
||||
g.REPLY = true;
|
||||
g.THREAD_ID = pathname[2];
|
||||
} else {
|
||||
g.PAGENUM = parseInt(temp) || 0;
|
||||
}
|
||||
for (key in Conf) {
|
||||
val = Conf[key];
|
||||
|
||||
@ -3161,8 +3161,6 @@ Main =
|
||||
if temp is 'res'
|
||||
g.REPLY = true
|
||||
g.THREAD_ID = pathname[2]
|
||||
else
|
||||
g.PAGENUM = parseInt(temp) or 0
|
||||
|
||||
#load values from localStorage
|
||||
for key, val of Conf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user