Skip to content

Commit

Permalink
Move JS
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Apr 28, 2018
1 parent 1732830 commit 94a1fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<script src="assets/scripts/libs/bootstrap-notify.min.js"></script>

<!-- App -->
<script src="/js/bundle.js"></script>
<link href="css/app.css" rel="stylesheet">
<script>
AppConfig = {
Expand All @@ -25,6 +24,7 @@
MaxRequests: <?=config('app.max_requests')?>,
};
</script>
<script src="/js/bundle.js"></script>

<!-- Pusher -->
<script src="https://js.pusher.com/3.2/pusher.min.js"></script>
Expand Down

0 comments on commit 94a1fa1

Please sign in to comment.