Added fix to the FFMA Award
这个提交包含在:
父节点
866ff7346a
当前提交
363a88ee80
共有 1 个文件被更改,包括 3 次插入 和 0 次删除
|
|
@ -126,6 +126,9 @@ function spawnGridsquareModal(loc_4char) {
|
|||
if (isDarkModeTheme()) {
|
||||
$(".buttons-csv").css("color", "white");
|
||||
}
|
||||
$('.table-responsive .dropdown-toggle').off('mouseenter').on('mouseenter', function () {
|
||||
showQsoActionsMenu($(this).closest('.dropdown'));
|
||||
});
|
||||
},
|
||||
buttons: [{
|
||||
label: lang_admin_close,
|
||||
|
|
|
|||
正在加载…
在新工单中引用