Skip to content

Commit

Permalink
修复网站显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Apr 15, 2022
1 parent 39b5cd8 commit 530f656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BTPanel/static/js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -2969,7 +2969,8 @@ var site = {
}
that.is_pay = res.is_pay
that.span_time = site.get_simplify_time(res.time)
$('.pull-left button').eq(5).html('<span>漏洞扫描</span><span class="btn_num" style="background:'+ (that.scan_num > 0 ? 'red' : '#f0ad4e') +'">'+ that.scan_num +'</span>') if (callback) callback(res);
$('.pull-left button').eq(5).html('<span>漏洞扫描</span><span class="btn_num" style="background:'+ (that.scan_num > 0 ? 'red' : '#f0ad4e') +'">'+ that.scan_num +'</span>');
if (callback) callback(res);
}
})

Expand Down

0 comments on commit 530f656

Please sign in to comment.