fix expand-aside button hiding if aside is empty
This commit is contained in:
parent
e5a6c0a94d
commit
9820baf82e
@ -30,7 +30,7 @@ $(document).ready(function() {
|
||||
}
|
||||
});
|
||||
|
||||
if($('aside').length && $('aside').html().length === 0) {
|
||||
if($('#left_aside_wrapper').length && $('#left_aside_wrapper').html().length === 0) {
|
||||
$('#expand-aside').hide();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user