composer tweaks, hiding navbar when mobile composer is open

This commit is contained in:
Julian Lam
2014-09-19 14:39:27 -04:00
parent 327d1c1bec
commit aee8b87385
4 changed files with 11 additions and 1 deletions

View File

@@ -460,6 +460,7 @@ define('composer', dependencies, function(taskbar, controls, uploads, formatting
$('body').css({'margin-bottom': 0});
$('.action-bar button').removeAttr('disabled');
app.toggleNavbar(true);
socket.emit('modules.composer.unregister', post_uuid);
}
}