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" />
}
@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 &bull; ShiftOS</title>
@Styles.Render("~/Content/css")