await the fade in..
| @@ -2301,7 +2301,7 @@ async function displayWorldEntries(name, data, navigation = navigation_option.no | |||
| 2301 | }); | 2301 | }); |
| 2302 | 2302 | ||
| 2303 | worldEntriesList.css('opacity', '1'); | 2303 | worldEntriesList.css('opacity', '1'); |
| 2304 | //remove inline CSS on the list | 2304 | await delay(250); |
| 2305 | worldEntriesList.removeAttr('style'); | 2305 | worldEntriesList.removeAttr('style'); |
| 2306 | 2306 | ||
| 2307 | 2307 | ||