fixed #1096
This commit is contained in:
parent
7cc2609662
commit
70dd196e2f
1 changed files with 4 additions and 0 deletions
|
|
@ -54,4 +54,8 @@ $(document).ready(function() {
|
||||||
$('body').smoothScroll({
|
$('body').smoothScroll({
|
||||||
delegateSelector: 'a.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