| 1875 | Trigger % | 1875 | Trigger % |
| 1876 | </small> | 1876 | </small> |
| 1877 | </div>`; | 1877 | </div>`; |
| 1878 | const mappedEntryBlocksPromises = page.map(async entry => await getWorldEntry(name, data, entry)).filter(x => x); | 1878 | const mappedEntryBlocksPromises = page.map(entry => getWorldEntry(name, data, entry)).filter(x => x); |
| 1879 | const blocks = await Promise.all(mappedEntryBlocksPromises); | 1879 | const blocks = await Promise.all(mappedEntryBlocksPromises); |
| 1880 | const isCustomOrder = $('#world_info_sort_order').find(':selected').data('rule') === 'custom'; | 1880 | const isCustomOrder = $('#world_info_sort_order').find(':selected').data('rule') === 'custom'; |
| 1881 | if (!isCustomOrder) { | 1881 | if (!isCustomOrder) { |