forked from GithubBackups/vichan
Featured boards fix for reverse compatibility with how it was previously.
This commit is contained in:
parent
53d46d358e
commit
507a2b1a6c
@ -9,7 +9,7 @@ function handle_boards(data) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
if (boards[0]) {
|
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>');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user