diff --git a/App_Data/app.xml b/App_Data/app.xml index 9641fb6..1fe2b28 100644 --- a/App_Data/app.xml +++ b/App_Data/app.xml @@ -1,5 +1,5 @@ - +
@@ -2325,7 +2325,7 @@ - + @@ -2350,6 +2350,9 @@ + + + @@ -4709,9 +4712,7 @@ - - - + @@ -4730,9 +4731,7 @@ - - - + @@ -5952,7 +5951,7 @@ - + @@ -6331,7 +6330,7 @@ - + @@ -6360,17 +6359,6 @@ - - - - - - - - - - - @@ -6475,7 +6463,7 @@ - + @@ -6764,20 +6752,9 @@ - + - - - - - - - - - - - @@ -6894,14 +6871,12 @@ - + - - - + @@ -6914,9 +6889,7 @@ - - - + @@ -6932,9 +6905,7 @@ - - - + @@ -6972,18 +6943,8 @@ - - - - - - - - - - - + @@ -6996,9 +6957,7 @@ - - - + @@ -7014,9 +6973,7 @@ - - - + @@ -7047,9 +7004,7 @@ - - - + @@ -7062,9 +7017,7 @@ - - - + @@ -7080,9 +7033,7 @@ - - - + @@ -7113,9 +7064,7 @@ - - - + @@ -7128,9 +7077,7 @@ - - - + @@ -7146,9 +7093,7 @@ - - - + @@ -7178,14 +7123,6 @@ - - - - - - - - @@ -7219,7 +7156,7 @@ - + @@ -7332,43 +7269,19 @@ - + - - - - - - - - - + - - - - - - - - - + - - - - - - - - @@ -7765,14 +7678,6 @@ - - - - - - - - @@ -7885,22 +7790,11 @@ - - - - - - - - - - - - + @@ -7983,12 +7877,12 @@ - + - + @@ -8022,8 +7916,8 @@ - - + + @@ -8081,7 +7975,7 @@ - + diff --git a/bs3/Content/Text and Image.cshtml b/bs3/Content/Text and Image.cshtml index b670f33..b4e83d8 100644 --- a/bs3/Content/Text and Image.cshtml +++ b/bs3/Content/Text and Image.cshtml @@ -54,5 +54,5 @@ isTextFirst = !isTextFirst; } -@Html.Partial("../shared/Assets.cshtml") +@Html.Partial("../shared/Assets.cshtml", new { parts = "scripts"}) @Html.Partial("../shared/FancyboxAssets.cshtml", new { FancyboxAttribute = fancyboxAttribute }) diff --git a/bs4/Content/Text and Image.cshtml b/bs4/Content/Text and Image.cshtml index 3b0db55..196bded 100644 --- a/bs4/Content/Text and Image.cshtml +++ b/bs4/Content/Text and Image.cshtml @@ -49,5 +49,5 @@ isTextFirst = !isTextFirst; } -@Html.Partial("../shared/Assets.cshtml") +@Html.Partial("../shared/Assets.cshtml", new { parts = "scripts"}) @Html.Partial("../shared/FancyboxAssets.cshtml", new { FancyboxAttribute = fancyboxAttribute }) diff --git a/bs5/Content/Text and Image.cshtml b/bs5/Content/Text and Image.cshtml index 93c61bf..29693e8 100644 --- a/bs5/Content/Text and Image.cshtml +++ b/bs5/Content/Text and Image.cshtml @@ -50,5 +50,5 @@ } } -@Html.Partial("../shared/Assets.cshtml") +@Html.Partial("../shared/Assets.cshtml", new { parts = "scripts"}) @Html.Partial("../shared/FancyboxAssets.cshtml", new { FancyboxAttribute = fancyboxAttribute })