Merge pull request #1206 from Werzi2001/mark_not_required_inconsitent

"Mark QSL Card Not Required" sets status to Ignore but sets red arrow
这个提交包含在:
Andreas Kristiansen 2021-10-04 11:23:13 +02:00 提交者 GitHub
当前提交 d1005e3141
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

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