Commit ca40cf65 authored by worlword's avatar worlword

removed EmptyLines in ChatView.js and Change Lineendings to LF in toolbar_fileUpload.html

parent bf3e6f23
......@@ -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': {
......
<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>
\ No newline at end of file
<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>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment