diff --git a/application/views/qso/index.php b/application/views/qso/index.php index 32a44927..865ea4de 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -60,13 +60,14 @@
-
+
-
+
+
diff --git a/assets/js/sections/qso.js b/assets/js/sections/qso.js index 5fc70850..0fd1335a 100644 --- a/assets/js/sections/qso.js +++ b/assets/js/sections/qso.js @@ -241,6 +241,7 @@ function reset_fields() { $('#country').val(""); $('#lotw_info').text(""); $('#qrz_info').text(""); + $('#hamqth_info').text(""); $('#dxcc_id').val(""); $('#cqz').val(""); $('#name').val(""); @@ -347,6 +348,9 @@ $("#callsign").focusout(function() { $('#lotw_info').text("LoTW"); } $('#qrz_info').html(''); + $('#qrz_info').attr('title', 'Lookup '+find_callsign+' info on qrz.com'); + $('#hamqth_info').html(''); + $('#hamqth_info').attr('title', 'Lookup '+find_callsign+' info on hamqth.com'); $('#dxcc_id').val(result.dxcc.adif); $('#cqz').val(result.dxcc.cqz); diff --git a/images/icons/hamqth.com.png b/images/icons/hamqth.com.png new file mode 100644 index 00000000..18da6ca0 Binary files /dev/null and b/images/icons/hamqth.com.png differ