Skip to content
Snippets Groups Projects
Commit 5740e3b4 authored by deuce's avatar deuce
Browse files

Fix (?) Hamcall lookup.

parent 12fd601f
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,7 @@ var CallSign={
req.SendRequest();
req.ReadResponse();
var m=req.body.match(/Tell them you found it on HamCall.net, the world's largest callsign database!.*?<BR>\s*([\s\S]*?)\s*(?:<font size|<\/td>)/);
var m=req.body.match(/td colspan=2 valign=top>\s*.*?<\/br>\s*([\s\S]*?)\s*(?:<font size|<\/td>)/);
if(m) {
m[1]=m[1].replace(/<[^>]*>/g,' ');
m[1]=m[1].replace(/[\r\n]/g,' ');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment