[Advanced Logbook] Enable button if delete dialog is closed
这个提交包含在:
父节点
f89e877b8e
当前提交
53a8f0a360
共有 1 个文件被更改,包括 4 次插入 和 1 次删除
|
|
@ -287,7 +287,10 @@ $(document).ready(function () {
|
|||
$('#deleteQsos').prop("disabled", false);
|
||||
})
|
||||
}
|
||||
}
|
||||
},
|
||||
onhide: function(dialogRef){
|
||||
$('#deleteQsos').prop("disabled", false);
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用