1
0
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:
Fredrick Brennan 2014-09-21 17:52:39 +00:00
parent 8ed4689ecf
commit d989825c9f

View File

@ -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(" / ")+' ] ');
}
}