briandk / transdown

A lightweight syntax for writing and presenting transcripts of qualitative research data.
3 stars 1 forks source link

Navbar doesn't correctly collapse into hamburger icon menu #16

Closed briandk closed 9 years ago

briandk commented 9 years ago

transdown__a_lightweight_syntax_for_transcripts

Expected Behavior

On click, the hamburger should reveal the items in the menubar

Actual Behavior

On click, nothing happens. Or at least, nothing seems to.

How to solve

  1. Check the JS console to see whether any interesting error messages get generated when you click the hamburger button.
  2. Check the bootstrap docs and make sure the navbar has the class responsive, if it needs it. Also make sure the HTML itself is up to snuff.
briandk commented 9 years ago

Fixed in c1784b0