Merge 70dd196e2f into 48475b7eba
This commit is contained in:
commit
40869f4f36
1 changed files with 4 additions and 0 deletions
|
|
@ -56,4 +56,8 @@ $(document).ready(function() {
|
|||
$('body').smoothScroll({
|
||||
delegateSelector: 'a.smoothscroll'
|
||||
});
|
||||
// Navbar collapse when clicked elsewhere
|
||||
$('.navbar-toggle').blur(function() {
|
||||
$(this).click();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue