mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-25 11:13:39 +02:00
Removed some extra datatables comments.
This commit is contained in:
parent
ea65f5836c
commit
14b6036b2f
NzbDrone.Services/NzbDrone.Services.Service/Views/SceneMapping
NzbDrone.Web/Views
@ -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…
x
Reference in New Issue
Block a user