mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +00:00
use cdn for jquery and bootstrap js
This commit is contained in:
parent
3cf79e6ec8
commit
e089cfdcd8
1 changed files with 4 additions and 2 deletions
|
@ -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 • ShiftOS</title>
|
<title>@ViewBag.Title • ShiftOS</title>
|
||||||
@Styles.Render("~/Content/css")
|
@Styles.Render("~/Content/css")
|
||||||
|
|
Loading…
Reference in a new issue