diff --git a/package.nw/lib/alerts.js b/package.nw/lib/alerts.js index 8ac93e3..0cea0a4 100644 --- a/package.nw/lib/alerts.js +++ b/package.nw/lib/alerts.js @@ -644,7 +644,8 @@ function playAlertMediaFile(filename, overrideMute) // check if this is an alert stored with an older version of GT // which has a full file path given. - if (path.isAbsolute(filename) && !fs.existsSync(filename)){ + if (path.isAbsolute(filename) && !fs.existsSync(filename)) + { // full alert file name stored with old GT version referencing // the user media dir. determine basename of the file and try // constructing the path diff --git a/package.nw/lib/gt.js b/package.nw/lib/gt.js index b7fcfa0..44fb330 100644 --- a/package.nw/lib/gt.js +++ b/package.nw/lib/gt.js @@ -14437,7 +14437,8 @@ function continueWithLookup(callsign, gridPass) "Looking up " + callsign + ", please wait..." ); - if (g_appSettings.lookupCallookPreferred) { + if (g_appSettings.lookupCallookPreferred) + { var dxcc = callsignToDxcc(callsign); var where; var ccode = 0;