"Mark QSL Card Not Required" sets status to Ignore but sets red arrow

which reflects status No. Changed color to grey.
pull/1206/head
Thomas Werzmirzowsky 2021-09-29 21:51:42 +02:00
rodzic aa909524a7
commit 43f96fab9d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1239,7 +1239,7 @@ $(document).ready(function(){
},
success: function(data) {
if (data.message == 'OK') {
$("#qso_" + id).find("td:eq(8)").find("span:eq(0)").attr('class', 'qsl-red'); // Paints arrow green
$("#qso_" + id).find("td:eq(8)").find("span:eq(0)").attr('class', 'qsl-grey'); // Paints arrow grey
}
else {
$(".bootstrap-dialog-message").append('<div class="alert alert-danger"><a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>You are not allowed to update QSL status!</div>');