mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +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" />
|
||||
}
|
||||
@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")
|
||||
|
|
Loading…
Reference in a new issue