From e96698528226ec25c2b53ecad63d589ff5130496 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 10 Nov 2019 14:26:30 +0000 Subject: [PATCH] Use datatables for compact disc offsets. --- .../Admin/Views/CompactDiscOffsets/Index.cshtml | 13 +++++++++++-- .../Areas/Admin/Views/Shared/_Layout.cshtml | 5 +---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Index.cshtml b/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Index.cshtml index 9f9fa8e9..bb888746 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Index.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/CompactDiscOffsets/Index.cshtml @@ -34,7 +34,7 @@ // ****************************************************************************/ } Update from AccurateRip - +
} -
@@ -93,4 +93,13 @@
\ No newline at end of file + + +@section scripts{ + + +} \ No newline at end of file diff --git a/DiscImageChef.Server/Areas/Admin/Views/Shared/_Layout.cshtml b/DiscImageChef.Server/Areas/Admin/Views/Shared/_Layout.cshtml index 30e1cda7..d2006468 100644 --- a/DiscImageChef.Server/Areas/Admin/Views/Shared/_Layout.cshtml +++ b/DiscImageChef.Server/Areas/Admin/Views/Shared/_Layout.cshtml @@ -108,16 +108,13 @@ // 24th January, Macintosh launch case 24: @Html.Raw("Fonts are © 2014 Robin Casady") - ; break; // 23rd July, Amiga launch case 204: @Html.Raw("Fonts are © 2013 TrueSchool Ascii") - ; break; default: @Html.Raw("Fonts are © 2015 - 2016 VileR") - ; break; }
@@ -129,9 +126,9 @@ Claunia.com -@RenderSection("Scripts", false) +@RenderSection("Scripts", false) \ No newline at end of file