restored the toolbar on mobile composer, #2293

This commit is contained in:
Julian Lam
2014-11-04 18:54:35 -05:00
parent 37d7756271
commit 8e0e2a04be

View File

@@ -59,6 +59,10 @@ define('composer/formatting', ['composer/controls', 'composer/preview'], functio
'fa fa-upload': function(){
$('#files').click();
},
'fa fa-tags': function() {
$('.tags-container').toggleClass('hidden');
}
};