fix expand-aside button hiding if aside is empty
This commit is contained in:
parent
75067524ae
commit
4d5c20ce17
@ -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