Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge

This commit is contained in:
zotlabs 2016-12-31 13:39:40 -08:00
commit 709bcedbed

View File

@ -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();
}