Browse Source

Prettified Code!

pull/1342/head
gabek 4 years ago committed by GitHub Action
parent
commit
747e42f7cc
  1. 2
      webroot/js/components/chat/chat-message-view.js

2
webroot/js/components/chat/chat-message-view.js

@ -183,7 +183,7 @@ function formatTimestamp(sentAt) { @@ -183,7 +183,7 @@ function formatTimestamp(sentAt) {
text into the `contenteditable` area on a page.
*/
function convertToMarkup(str = '') {
return str;// convertToText(str).replace(/\n/g, '<br>');
return str; // convertToText(str).replace(/\n/g, '<br>');
}
function stripTags(str) {

Loading…
Cancel
Save