Merge pull request #1206 from Werzi2001/mark_not_required_inconsitent
"Mark QSL Card Not Required" sets status to Ignore but sets red arrow
这个提交包含在:
当前提交
d1005e3141
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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">×</a>You are not allowed to update QSL status!</div>');
|
||||
|
|
|
|||
正在加载…
在新工单中引用