/vg/, like /b/, has only 3 replies per thread on board pages.
This commit is contained in:
parent
8f043ac1bb
commit
d2294049bf
@ -790,6 +790,7 @@
|
|||||||
num = (function() {
|
num = (function() {
|
||||||
switch (g.BOARD) {
|
switch (g.BOARD) {
|
||||||
case 'b':
|
case 'b':
|
||||||
|
case 'vg':
|
||||||
return 3;
|
return 3;
|
||||||
case 't':
|
case 't':
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
@ -661,7 +661,7 @@ expandThread =
|
|||||||
a.textContent = a.textContent.replace '-', '+'
|
a.textContent = a.textContent.replace '-', '+'
|
||||||
#goddamit moot
|
#goddamit moot
|
||||||
num = switch g.BOARD
|
num = switch g.BOARD
|
||||||
when 'b' then 3
|
when 'b', 'vg' then 3
|
||||||
when 't' then 1
|
when 't' then 1
|
||||||
else 5
|
else 5
|
||||||
table = $.x "following::br[@clear]/preceding::table[#{num}]", a
|
table = $.x "following::br[@clear]/preceding::table[#{num}]", a
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user