From 9a71f15b0cf61373cec8f77aabe0f87f21ef04b3 Mon Sep 17 00:00:00 2001 From: Matthew Chambers Date: Sun, 24 Jul 2022 12:22:28 -0500 Subject: [PATCH] Fix linting problems --- package.nw/lib/roster.js | 2 +- package.nw/lib/roster/renderRoster.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)