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