diff --git a/NzbDrone.Services/NzbDrone.Services.Service/Views/SceneMapping/Pending.cshtml b/NzbDrone.Services/NzbDrone.Services.Service/Views/SceneMapping/Pending.cshtml index ea2152fc9..65115e2bf 100644 --- a/NzbDrone.Services/NzbDrone.Services.Service/Views/SceneMapping/Pending.cshtml +++ b/NzbDrone.Services/NzbDrone.Services.Service/Views/SceneMapping/Pending.cshtml @@ -104,7 +104,6 @@ }); function fnRowCallback(nRow, aData) { - //e.row.style.boarder = ""; var id = aData["MappingId"]; $(nRow).attr("id",id); } diff --git a/NzbDrone.Web/Views/Log/Index.cshtml b/NzbDrone.Web/Views/Log/Index.cshtml index 7fbd1f10c..e19461e20 100644 --- a/NzbDrone.Web/Views/Log/Index.cshtml +++ b/NzbDrone.Web/Views/Log/Index.cshtml @@ -86,8 +86,6 @@ }); function fnRowCallback(nRow, aData) { - //e.row.style.boarder = ""; - if (aData["Level"] == "Warn") { nRow.style.backgroundColor = "#FFD700"; } diff --git a/NzbDrone.Web/Views/System/Config.cshtml b/NzbDrone.Web/Views/System/Config.cshtml index 36914930f..eee4e8087 100644 --- a/NzbDrone.Web/Views/System/Config.cshtml +++ b/NzbDrone.Web/Views/System/Config.cshtml @@ -88,7 +88,6 @@ }); function fnRowCallback(nRow, aData) { - //e.row.style.boarder = ""; var id = aData["Key"]; $(nRow).attr("id",id); }