1
0
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:
Mark McDowall 2012-02-26 17:49:36 -08:00
parent ea65f5836c
commit 14b6036b2f
3 changed files with 0 additions and 4 deletions
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);
}