kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Cleanup whitespace
rodzic
e5b9b69ec0
commit
a2b76b94d6
|
@ -92,12 +92,11 @@ function renderRoster(callRoster, rosterSettings)
|
|||
}
|
||||
|
||||
window.document.title = `Call Roster: ${countParts.join(" • ")}`;
|
||||
if (listShortInstances().length > 0)
|
||||
if (listShortInstances().length > 0)
|
||||
{
|
||||
window.document.title += " | " + listShortInstances().join(" • ");
|
||||
}
|
||||
|
||||
|
||||
if (g_rosterSettings.compact)
|
||||
{
|
||||
sortCallList(visibleCallList, "Age", false);
|
||||
|
|
Ładowanie…
Reference in New Issue