Skip to content

Commit bd5e2d2

Browse files
author
Florian Eckerstorfer
committed
Merge branch 'develop' of github.com:braincrafted/bootstrap-bundle into develop
* 'develop' of github.com:braincrafted/bootstrap-bundle: Wrong path for bootstrap.js asset
2 parents 8d9740b + 47b4dad commit bd5e2d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/views/layout.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<!-- JavaScript plugins (requires jQuery) -->
1919
<script src="//code.jquery.com/jquery.js"></script>
2020
<!-- Include all compiled plugins (below), or include individual files as needed -->
21-
<script src="{{ asset('/css/bootstrap.js') }}"></script>
21+
<script src="{{ asset('/js/bootstrap.js') }}"></script>
2222

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

2626
</body>
27-
</html>
27+
</html>

0 commit comments

Comments
 (0)