Skip to content

Commit

Permalink
restored the toolbar on mobile composer, #2293
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Nov 4, 2014
1 parent 37d7756 commit 8e0e2a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/src/modules/composer/formatting.js
Expand Up @@ -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');
}
};

Expand Down

0 comments on commit 8e0e2a0

Please sign in to comment.