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

which reflects status No. Changed color to grey.
这个提交包含在:
Thomas Werzmirzowsky 2021-09-29 21:51:42 +02:00
父节点 aa909524a7
当前提交 43f96fab9d

查看文件

@ -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>');