Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collapse opens but not closing #99

Open
parameterEstimation opened this issue Mar 28, 2016 · 0 comments
Open

Collapse opens but not closing #99

parameterEstimation opened this issue Mar 28, 2016 · 0 comments

Comments

@parameterEstimation
Copy link

Collapse works fine if site.min.jsis removed, but when added collapse only opens but don't close.

<a data-toggle="collapse" href="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
  Schedules
</a>
<div class="collapse" id="collapseExample">
  <ul class="list-group app-submenu-list-group">
      <li class="list-group-item"><a href="#">Work</a></li>
      <li class="list-group-item"><a href="#">Lunch</a></li>
       <li class="list-group-item"><a href="#">Breaks</a></li>
    </ul>
</div>

<script src="bower_components/jquery/dist/jquery.min.js"></script> <!-- jQuery v2.2.2 -->
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <!-- Bootstrap v3.3.6 -->
<script src="bower_components/bootflat/js/site.min.js"></script> <!--  bootflat 2.0.4 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant