-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
In app/views/index.volt there will be javascript included, but the sourcefolders aren't right:
{{ javascript_include("js/jquery.min.js") }}
{{ javascript_include("js/bootstrap.min.js") }}
should be:
{{ javascript_include("js/jquery/jquery.min.js") }}
{{ javascript_include("js/bootstrap/bootstrap.min.js") }}
Then the nav-collapse wil work in the browser :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels