removed EmptyLines in ChatView.js and Change Lineendings to LF in toolbar_fileUpload.html
This commit is contained in:
parent
bf3e6f2363
commit
ca40cf6541
@ -818,8 +818,6 @@
|
||||
return stanza;
|
||||
},
|
||||
|
||||
|
||||
|
||||
sendMessage (message, file=null) {
|
||||
/* Responsible for sending off a text message.
|
||||
*
|
||||
@ -1247,13 +1245,11 @@
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
_converse.on('connected', () => {
|
||||
// Advertise that we support XEP-0382 Message Spoilers
|
||||
_converse.connection.disco.addFeature(Strophe.NS.SPOILER);
|
||||
});
|
||||
|
||||
|
||||
/************************ BEGIN API ************************/
|
||||
_.extend(_converse.api, {
|
||||
'chatviews': {
|
||||
|
@ -1,4 +1,4 @@
|
||||
<input type="file" class="fileUpload_input" style="display:none"/>
|
||||
<li class="toggle-fileUpload">
|
||||
<a class="fa fa-paperclip" title="{{{o.label_upload_file}}}"></a>
|
||||
</li>
|
||||
<input type="file" class="fileUpload_input" style="display:none"/>
|
||||
<li class="toggle-fileUpload">
|
||||
<a class="fa fa-paperclip" title="{{{o.label_upload_file}}}"></a>
|
||||
</li>
|
Loading…
Reference in New Issue
Block a user