Skip to content

Commit

Permalink
Update base.view.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yourjhay committed Jul 20, 2019
1 parent b25c943 commit 1316150
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/Views/layouts/base.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->

<script src="src/js/jquery.min.js"></script>
<script src="src/js/popper.min.js"></script>
<script src="src/js/bootstrap.min.js"></script>
<script src="/src/js/jquery.min.js"></script>
<script src="/src/js/popper.min.js"></script>
<script src="/src/js/bootstrap.min.js"></script>
</body>
</html>
</html>

0 comments on commit 1316150

Please sign in to comment.