diff --git a/src/MusicStore/Views/Account/ExternalLoginConfirmation.cshtml b/src/MusicStore/Views/Account/ExternalLoginConfirmation.cshtml index c0690507ab..ebdf0b0159 100644 --- a/src/MusicStore/Views/Account/ExternalLoginConfirmation.cshtml +++ b/src/MusicStore/Views/Account/ExternalLoginConfirmation.cshtml @@ -32,5 +32,8 @@ } @section Scripts { - @Scripts.Render("~/bundles/jqueryval") + @*Bug : Script helpers are out of scope for alpha*@ + @*@Scripts.Render("~/bundles/jqueryval")*@ + + } diff --git a/src/MusicStore/Views/Account/Login.cshtml b/src/MusicStore/Views/Account/Login.cshtml index 011e5db254..5100f8b43e 100644 --- a/src/MusicStore/Views/Account/Login.cshtml +++ b/src/MusicStore/Views/Account/Login.cshtml @@ -56,5 +56,8 @@ @section Scripts { - @Scripts.Render("~/bundles/jqueryval") + @*Bug : Script helpers are out of scope for alpha*@ + @*@Scripts.Render("~/bundles/jqueryval")*@ + + } \ No newline at end of file diff --git a/src/MusicStore/Views/Account/Manage.cshtml b/src/MusicStore/Views/Account/Manage.cshtml index 4a1c201902..c69125429f 100644 --- a/src/MusicStore/Views/Account/Manage.cshtml +++ b/src/MusicStore/Views/Account/Manage.cshtml @@ -26,6 +26,10 @@ + @section Scripts { - @Scripts.Render("~/bundles/jqueryval") + @*Bug : Script helpers are out of scope for alpha*@ + @*@Scripts.Render("~/bundles/jqueryval")*@ + + } \ No newline at end of file diff --git a/src/MusicStore/Views/Account/Register.cshtml b/src/MusicStore/Views/Account/Register.cshtml index 1306c612b1..f6c2107aaf 100644 --- a/src/MusicStore/Views/Account/Register.cshtml +++ b/src/MusicStore/Views/Account/Register.cshtml @@ -39,5 +39,8 @@ } @section Scripts { - @Scripts.Render("~/bundles/jqueryval") + @*Bug : Script helpers are out of scope for alpha*@ + @*@Scripts.Render("~/bundles/jqueryval")*@ + + } \ No newline at end of file diff --git a/src/MusicStore/Views/Checkout/AddressAndPayment.cshtml b/src/MusicStore/Views/Checkout/AddressAndPayment.cshtml index abecefc59c..8f51a751d4 100644 --- a/src/MusicStore/Views/Checkout/AddressAndPayment.cshtml +++ b/src/MusicStore/Views/Checkout/AddressAndPayment.cshtml @@ -7,29 +7,32 @@ } @section Scripts { + @*Bug : Script helpers are out of scope for alpha*@ @*@Scripts.Render("~/bundles/jqueryval")*@ + + } @*@using (Html.BeginForm())*@ @*{*@ -
We're running a promotion: all music is free with the promo code: "FREE"
- +