diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index c23ad147..458a95c4 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -530,11 +530,11 @@
-

+

-

+

-

+

diff --git a/assets/js/sections/common.js b/assets/js/sections/common.js index ceb493e5..e2be8bc2 100644 --- a/assets/js/sections/common.js +++ b/assets/js/sections/common.js @@ -1,4 +1,6 @@ function qsl_rcvd(id, method) { + $(".ld-ext-right-"+method).addClass('running'); + $(".ld-ext-right-"+method).prop('disabled', true); $.ajax({ url: base_url + 'index.php/qso/qsl_rcvd_ajax', type: 'post', @@ -6,6 +8,8 @@ function qsl_rcvd(id, method) { 'method': method }, success: function(data) { + $(".ld-ext-right-"+method).removeClass('running'); + $(".ld-ext-right-"+method).prop('disabled', false); if (data.message == 'OK') { $("#qsl_" + id).find("span:eq(1)").attr('class', 'qsl-green'); // Paints arrow green $(".qsl_rcvd_" + id).remove(); // removes choice from menu