Implements navbar auto-collapse feature
This commit is contained in:
parent
20de8924c2
commit
72c66e867b
@ -175,7 +175,13 @@
|
||||
<script>
|
||||
$(function() {
|
||||
$("[data-toggle='tooltip']").tooltip();
|
||||
});
|
||||
});
|
||||
|
||||
$('.navbar a').not(".dropdown-toggle").click(function (e) {
|
||||
if ($(".navbar-toggler").is(":visible") ) {
|
||||
$('.navbar-collapse').collapse('toggle');
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<!--
|
||||
|
Reference in New Issue
Block a user