/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() {
|
||||
switch (g.BOARD) {
|
||||
case 'b':
|
||||
case 'vg':
|
||||
return 3;
|
||||
case 't':
|
||||
return 1;
|
||||
|
||||
@ -661,7 +661,7 @@ expandThread =
|
||||
a.textContent = a.textContent.replace '-', '+'
|
||||
#goddamit moot
|
||||
num = switch g.BOARD
|
||||
when 'b' then 3
|
||||
when 'b', 'vg' then 3
|
||||
when 't' then 1
|
||||
else 5
|
||||
table = $.x "following::br[@clear]/preceding::table[#{num}]", a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user