mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 17:31:00 +01:00
Don`t limit to ten favorites
This commit is contained in:
parent
8ed4689ecf
commit
d989825c9f
@ -36,7 +36,7 @@ function handle_boards(data) {
|
||||
})
|
||||
|
||||
if (boards[0]) {
|
||||
return $('<span class="favorite-boards"></span>').append(' [ '+boards.slice(0,10).join(" / ")+' ] ');
|
||||
return $('<span class="favorite-boards"></span>').append(' [ '+boards.join(" / ")+' ] ');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user