diff --git a/package.nw/lib/roster.js b/package.nw/lib/roster.js index 8536b367..de0a90bb 100644 --- a/package.nw/lib/roster.js +++ b/package.nw/lib/roster.js @@ -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) { diff --git a/package.nw/lib/roster/renderRoster.js b/package.nw/lib/roster/renderRoster.js index 010f1be1..08cd11ae 100644 --- a/package.nw/lib/roster/renderRoster.js +++ b/package.nw/lib/roster/renderRoster.js @@ -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)