diff options
Diffstat (limited to 'Project-Unite/Views/Shared/_Layout.cshtml')
| -rw-r--r-- | Project-Unite/Views/Shared/_Layout.cshtml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index 0e96b54..e625df6 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -19,8 +19,10 @@ { <meta name="description" content="@ViewBag.PageDescription" /> } - @Scripts.Render("~/bundles/jquery") - @Scripts.Render("~/bundles/bootstrap") + <script src="https://code.jquery.com/jquery-3.2.1.min.js" + integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" + crossorigin="anonymous"></script> + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> @RenderSection("scripts", required: false) <title>@ViewBag.Title • ShiftOS</title> @Styles.Render("~/Content/css") |
