单击关机进程后立即移除选中项

This commit is contained in:
fofolee 2019-05-16 11:15:20 +08:00
parent 757e3556ca
commit 26e5e7f877
2 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ kill = (taskname, taskpath) => {
$("#infopannel").html(err).fadeIn(300).delay(3000).fadeOut(300);
} else {
if (taskpath == undefined) {
$('.select').remove();
let tasknum = $(".taskinfo").length
utools.setExpendHeight(tasknum > 11 ? 550 : 50 * tasknum);
} else {

BIN
node_modules/.DS_Store generated vendored

Binary file not shown.