* update left nav style js

This commit is contained in:
tix 2017-02-07 15:27:40 +08:00
parent 2dff814a76
commit c8086213b8
1 changed files with 6 additions and 6 deletions

View File

@ -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') %>