From bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Mon Sep 17 00:00:00 2001 From: jangliss Date: Sat, 12 Jun 2021 22:20:32 -0500 Subject: [PATCH] Linting hates me. Remove space on comment. --- package.nw/lib/adif.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nw/lib/adif.js b/package.nw/lib/adif.js index 02597318..759e475c 100644 --- a/package.nw/lib/adif.js +++ b/package.nw/lib/adif.js @@ -1297,7 +1297,7 @@ function startupAdifLoadCheck() { if (g_appSettings.gtFlagImgSrc == 1) showGtFlags(); - // Commented out to stop execution on startup + // Commented out to stop execution on startup // if (loadLOTWCheckBox.checked == true) grabLOtWLog(false); if (loadQRZCheckBox.checked == true) grabQrzComLog(false);