helpcenter/Web/js/help/expand.menu.js

3 lines
108 B
JavaScript
Raw Normal View History

2018-07-13 12:35:52 +00:00
$(document).ready(function() {
$(".menuleft li a.selected").parents("ul").css("display", "block")
});