Browse Source
Merge pull request #251 from Abhith/Abhith-patch-1-jquery-ref-path-correction
jQuery reference path corrected
main
Eric Fleming
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Web/Views/Shared/_Layout.cshtml
|
|
|
@ -50,7 +50,7 @@ |
|
|
|
</footer> |
|
|
|
</div> |
|
|
|
<environment names="Development"> |
|
|
|
<script src="~/lib/jquery/dist/jquery.js"></script> |
|
|
|
<script src="~/lib/jquery/jquery.js"></script> |
|
|
|
<script src="~/lib/bootstrap/dist/js/bootstrap.js"></script> |
|
|
|
<script src="~/js/site.js" asp-append-version="true"></script> |
|
|
|
</environment> |
|
|
|
|