Skip to content

Commit

Permalink
Wrong path for bootstrap.js asset
Browse files Browse the repository at this point in the history
  • Loading branch information
nonlux committed May 7, 2014
1 parent 5f7d747 commit 42740da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/views/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<!-- JavaScript plugins (requires jQuery) -->
<script src="//code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="{{ asset('/css/bootstrap.js') }}"></script>
<script src="{{ asset('/js/bootstrap.js') }}"></script>

<!-- Optionally enable responsive features in IE8 -->
<script src="js/respond.js"></script>

</body>
</html>
</html>

0 comments on commit 42740da

Please sign in to comment.