Skip to content

Commit

Permalink
LocalTest Don't include scripts that are empty or does not exist (#7218)
Browse files Browse the repository at this point in the history
* Jquery seems to never have existed.
* Bootstrap url was not moved to `/localresources` so it does not work
* site.js is empty

This is partially fallout from #3394 but the only thing broken seems to
be the 404 in console.
  • Loading branch information
ivarne authored Oct 21, 2021
1 parent 48113ba commit d3b4b10
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
&copy; 2019 - LocalTest - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
</div>
</footer>
<script src="~/lib/jquery/dist/jquery.min.js"></script>
<script src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="~/js/site.js" asp-append-version="true"></script>
@RenderSection("Scripts", required: false)
</body>
</html>

0 comments on commit d3b4b10

Please sign in to comment.