| 316 | const entities = getEntitiesList({ doFilter: false }); | 316 | const entities = getEntitiesList({ doFilter: false }); |
| 317 | const container = $('#right-nav-panel .hotswap'); | 317 | const container = $('#right-nav-panel .hotswap'); |
| 318 | | 318 | |
| 319 | const favs = entities.filter(x => x.item.fav || x.item.fav == 'true'); | 319 | const favs = entities.filter(x => x.item.fav || x.item.fav == 'true').slice(0, 25); |
| 320 | | 320 | |
| 321 | //helpful instruction message if no characters are favorited | 321 | //helpful instruction message if no characters are favorited |
| 322 | if (favs.length == 0) { | 322 | if (favs.length == 0) { |