mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-04 19:14:14 +00:00
fix of twistday reminder doesnt show list if there is less than 2 twisters in it
This commit is contained in:
parent
f626761ade
commit
9fb767619e
@ -273,9 +273,9 @@ function refreshTwistdayReminder() {
|
||||
}
|
||||
}
|
||||
|
||||
if (listCurrent.children().length > 1)
|
||||
if (listCurrent.children().length)
|
||||
listCurrent.parent().show();
|
||||
if (listUpcoming.children().length > 1)
|
||||
if (listUpcoming.children().length)
|
||||
listUpcoming.parent().show();
|
||||
$module.find('.refresh').show();
|
||||
$module.find('.loading-roller').hide();
|
||||
|
Loading…
x
Reference in New Issue
Block a user