Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:braincrafted/bootstrap-bundle in…
Browse files Browse the repository at this point in the history
…to develop

* 'develop' of github.com:braincrafted/bootstrap-bundle:
  Wrong path for bootstrap.js asset
  • Loading branch information
Florian Eckerstorfer committed May 16, 2014
2 parents 8d9740b + 47b4dad commit bd5e2d2
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 bd5e2d2

Please sign in to comment.