Featured boards fix for reverse compatibility with how it was previously.

This commit is contained in:
ForklessAnon 2014-10-07 00:45:44 -05:00
parent 53d46d358e
commit 507a2b1a6c

View File

@ -9,7 +9,7 @@ function handle_boards(data) {
})
if (boards[0]) {
$('.favorite-boards').before(' [ '+boards.slice(0,15).join(" / ")+' ] ');
$('.favorite-boards').before('<span class="sub" data-description="3"> [ '+boards.slice(0,15).join(" / ")+' ] </span>');
}
}