use cdn for jquery and bootstrap js

This commit is contained in:
Michael 2017-05-17 15:47:29 -04:00
parent 3cf79e6ec8
commit e089cfdcd8

View file

@ -19,8 +19,10 @@
{ {
<meta name="description" content="@ViewBag.PageDescription" /> <meta name="description" content="@ViewBag.PageDescription" />
} }
@Scripts.Render("~/bundles/jquery") <script src="https://code.jquery.com/jquery-3.2.1.min.js"
@Scripts.Render("~/bundles/bootstrap") 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) @RenderSection("scripts", required: false)
<title>@ViewBag.Title &bull; ShiftOS</title> <title>@ViewBag.Title &bull; ShiftOS</title>
@Styles.Render("~/Content/css") @Styles.Render("~/Content/css")