mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-26 08:20:58 +01:00
Merge pull request #158 from forklessanon/master
Featured boards fix for reverse compatibility with how it was previously...
This commit is contained in:
commit
33f76e4ad7
@ -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…
Reference in New Issue
Block a user