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 @@ ...@@ -818,8 +818,6 @@
return stanza; return stanza;
}, },
sendMessage (message, file=null) { sendMessage (message, file=null) {
/* Responsible for sending off a text message. /* Responsible for sending off a text message.
* *
...@@ -1247,13 +1245,11 @@ ...@@ -1247,13 +1245,11 @@
} }
}); });
_converse.on('connected', () => { _converse.on('connected', () => {
// Advertise that we support XEP-0382 Message Spoilers // Advertise that we support XEP-0382 Message Spoilers
_converse.connection.disco.addFeature(Strophe.NS.SPOILER); _converse.connection.disco.addFeature(Strophe.NS.SPOILER);
}); });
/************************ BEGIN API ************************/ /************************ BEGIN API ************************/
_.extend(_converse.api, { _.extend(_converse.api, {
'chatviews': { 'chatviews': {
......
<input type="file" class="fileUpload_input" style="display:none"/> <input type="file" class="fileUpload_input" style="display:none"/>
<li class="toggle-fileUpload"> <li class="toggle-fileUpload">
<a class="fa fa-paperclip" title="{{{o.label_upload_file}}}"></a> <a class="fa fa-paperclip" title="{{{o.label_upload_file}}}"></a>
</li> </li>
\ No newline at end of file \ 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