From 14b6036b2fa0a1dec8a73013a6be1b08376e2755 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 26 Feb 2012 17:49:36 -0800 Subject: [PATCH] Removed some extra datatables comments. --- .../NzbDrone.Services.Service/Views/SceneMapping/Pending.cshtml | 1 - NzbDrone.Web/Views/Log/Index.cshtml | 2 -- NzbDrone.Web/Views/System/Config.cshtml | 1 - 3 files changed, 4 deletions(-) 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); }