merge-requests/88/head
christian 2021-04-03 12:56:39 -04:00
rodzic 6cce130d12
commit 42d95bdf02
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -14437,7 +14437,8 @@ function continueWithLookup(callsign, gridPass)
"Looking up <font color='cyan'>" + callsign + "</font>, please wait..."
);
if (g_appSettings.lookupCallookPreferred) {
if (g_appSettings.lookupCallookPreferred)
{
var dxcc = callsignToDxcc(callsign);
var where;
var ccode = 0;