use https.. it's 2026

This commit is contained in:
HB9HIL
2026-02-17 20:30:48 +01:00
parent c00e64c74b
commit 8bca0dc2ab
15 changed files with 16 additions and 16 deletions

View File

@@ -87,7 +87,7 @@ function addQsoToPrintQueue(id) {
line += '<a target="_blank" href="https://www.hamqth.com/' + formattedCallSign + '">';
line += '<img width="16" height="16" src="' + base_url + 'images/icons/hamqth.png" alt="Lookup ' + formattedCallSign + ' on HamQTH">';
line += '</a> ';
line += '<a target="_blank" href="http://www.eqsl.cc/Member.cfm?' + formattedCallSign + '">';
line += '<a target="_blank" href="https://www.eqsl.cc/Member.cfm?' + formattedCallSign + '">';
line += '<img width="16" height="16" src="' + base_url + 'images/icons/eqsl.png" alt="Lookup ' + formattedCallSign + ' on eQSL.cc">';
line += '</a>';
line += '</span>';