mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
Removed some extra datatables comments.
This commit is contained in:
parent
ea65f5836c
commit
14b6036b2f
@ -104,7 +104,6 @@
|
||||
});
|
||||
|
||||
function fnRowCallback(nRow, aData) {
|
||||
//e.row.style.boarder = "";
|
||||
var id = aData["MappingId"];
|
||||
$(nRow).attr("id",id);
|
||||
}
|
||||
|
@ -86,8 +86,6 @@
|
||||
});
|
||||
|
||||
function fnRowCallback(nRow, aData) {
|
||||
//e.row.style.boarder = "";
|
||||
|
||||
if (aData["Level"] == "Warn") {
|
||||
nRow.style.backgroundColor = "#FFD700";
|
||||
}
|
||||
|
@ -88,7 +88,6 @@
|
||||
});
|
||||
|
||||
function fnRowCallback(nRow, aData) {
|
||||
//e.row.style.boarder = "";
|
||||
var id = aData["Key"];
|
||||
$(nRow).attr("id",id);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user