Fix linting problems

settings-file-dialogs
Matthew Chambers 2022-07-24 12:22:28 -05:00
rodzic a2b76b94d6
commit 9a71f15b0c
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -3433,7 +3433,7 @@ function doubleCompile(award, firstLevel)
function listShortInstances()
{
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)
{

Wyświetl plik

@ -94,7 +94,7 @@ function renderRoster(callRoster, rosterSettings)
window.document.title = `Call Roster: ${countParts.join(" • ")}`;
if (listShortInstances().length > 0)
{
window.document.title += " | " + listShortInstances().join(" • ");
window.document.title += " | " + listShortInstances().join(" • ");
}
if (g_rosterSettings.compact)