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