/vg/, like /b/, has only 3 replies per thread on board pages.

This commit is contained in:
Nicolas Stepien 2012-02-23 20:14:46 +01:00
parent 8f043ac1bb
commit d2294049bf
2 changed files with 2 additions and 1 deletions

View File

@ -790,6 +790,7 @@
num = (function() {
switch (g.BOARD) {
case 'b':
case 'vg':
return 3;
case 't':
return 1;

View File

@ -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