return composing state to normal after discard/posting

This commit is contained in:
psychobunny
2015-03-11 16:34:40 -04:00
parent 7b604c0895
commit 8d313d2f16

View File

@@ -531,7 +531,8 @@ define('composer', [
$('body').css({'margin-bottom': 0});
$('[data-action="post"]').removeAttr('disabled');
app.toggleNavbar(true);
$('html').removeClass('composing mobile');
}
}