Bring back Highlighting of new spots, too
这个提交包含在:
父节点
f2ae43b0c1
当前提交
3118e54b56
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -66,7 +66,7 @@ $(function() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (!update) { // Sth. Fresh? So highlight
|
if (!update) { // Sth. Fresh? So highlight
|
||||||
table.rows.add(data).draw().nodes().to$().addClass("fresh bg-info");
|
table.rows.add(data).draw().nodes().to$().addClass("fresh table-info");
|
||||||
} else {
|
} else {
|
||||||
table.rows.add(data).draw();
|
table.rows.add(data).draw();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用