kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Fix linting problems
rodzic
a2b76b94d6
commit
9a71f15b0c
|
@ -3433,7 +3433,7 @@ function doubleCompile(award, firstLevel)
|
||||||
function listShortInstances()
|
function listShortInstances()
|
||||||
{
|
{
|
||||||
let shortInstances = [];
|
let shortInstances = [];
|
||||||
if (typeof window.opener.g_instancesIndex != "undefined" && typeof window.opener.g_instances != "undefined")
|
if (typeof window.opener.g_instancesIndex != "undefined" && typeof window.opener.g_instances != "undefined")
|
||||||
{
|
{
|
||||||
if (window.opener.g_instancesIndex.length > 1)
|
if (window.opener.g_instancesIndex.length > 1)
|
||||||
{
|
{
|
||||||
|
|
|
@ -94,7 +94,7 @@ function renderRoster(callRoster, rosterSettings)
|
||||||
window.document.title = `Call Roster: ${countParts.join(" • ")}`;
|
window.document.title = `Call Roster: ${countParts.join(" • ")}`;
|
||||||
if (listShortInstances().length > 0)
|
if (listShortInstances().length > 0)
|
||||||
{
|
{
|
||||||
window.document.title += " | " + listShortInstances().join(" • ");
|
window.document.title += " | " + listShortInstances().join(" • ");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g_rosterSettings.compact)
|
if (g_rosterSettings.compact)
|
||||||
|
|
Ładowanie…
Reference in New Issue