Browse Source

jquery reference path corrected

main
Abhith Rajan 7 years ago
committed by GitHub
parent
commit
33fb52cee3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Web/Views/Shared/_Layout.cshtml

2
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>

Loading…
Cancel
Save