Skip to content
Snippets Groups Projects
Commit b3874f89 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix Lxxx HAM callsign to name mapping

Fix issue #536
parent efefa828
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -602,7 +602,7 @@ var CallSign={
if(callsign.search(/^L[A-N]/)==0)
return 'Norway';
if(callsign.search(/^L[O-W]/)==0)
return 'Republic';
return 'Argentine Republic';
if(callsign.search(/^LX/)==0)
return 'Luxembourg';
if(callsign.search(/^LY/)==0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment