Commit c3887788c9445ff92d0791f19acb443c5b07320d

Authored by Ryan Glover
1 parent 3e1560b198
Exists in master

Fix bootstrap menu toggle not working on mobile.

Closes #41.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
client/includes/_header.html
... ... @@ -10,7 +10,7 @@
10 10 </button>
11 11 <a class="navbar-brand" href="{{pathFor 'index'}}">Base</a>
12 12 </div>
13   - <div class="collapse navbar-collapse">
  13 + <div id="bs-example-navbar-collapse-1" class="collapse navbar-collapse">
14 14 {{#if currentUser}}
15 15 <ul class="nav navbar-nav navbar-right">
16 16 <li class="dropdown">
... ...