* update left nav style js
This commit is contained in:
parent
2dff814a76
commit
c8086213b8
|
@ -24,12 +24,12 @@
|
||||||
$(this).parent().addClass('active');
|
$(this).parent().addClass('active');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
/* $('.treeview ul.list-group li a').each(function () {
|
$('.treeview ul.list-group li a').each(function () {
|
||||||
if ($($(this))[0].href == String(window.location)) {
|
if ($($(this))[0].href == String(window.location)) {
|
||||||
$(this).parent().css("color", "#fff");
|
$(this).parent().css("color", "#fff");
|
||||||
$(this).parent().css("background-color", "#428bca");
|
$(this).parent().css("background-color", "#428bca");
|
||||||
}
|
}
|
||||||
})*/
|
})
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<%- include('comm/footer.html') %>
|
<%- include('comm/footer.html') %>
|
Loading…
Reference in New Issue