mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-07 15:22:28 +02:00
restored the toolbar on mobile composer, #2293
This commit is contained in:
@@ -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');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user