Merge pull request #18 from sigonasr2/collapsibleMenu-branch
Created script to collapse menu. This is a fix for Issue #5 This looks great, the only thing I found was the logo that links to the top of the page isn't closing the drawer. We'll open a separate issue for it though. Thanks for the hard work!pull/16/head
commit
8f2eb87a0f
@ -0,0 +1,4 @@ |
||||
$(function(){ |
||||
var navMain = $(".navbar-collapse"); |
||||
navMain.on("click","a:not([data-toggle])",null,function(){navMain.collapse('hide');}); |
||||
});
|
Loading…
Reference in new issue