From ce4043254ce4769e0793f7a2570f2de9dbc8f561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=A4felfinger?= Date: Sat, 8 Feb 2020 00:44:01 +0100 Subject: [PATCH] includes datatables files and moves script load to top --- Tv7Playlist/Views/Shared/_Layout.cshtml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/Tv7Playlist/Views/Shared/_Layout.cshtml b/Tv7Playlist/Views/Shared/_Layout.cshtml index f2c4927..d92058b 100644 --- a/Tv7Playlist/Views/Shared/_Layout.cshtml +++ b/Tv7Playlist/Views/Shared/_Layout.cshtml @@ -7,11 +7,24 @@ - + + + + + + + + + + + + + + @@ -55,14 +68,7 @@ - - - - - - - - + @RenderSection("Scripts", false)