Remove tabs

This commit is contained in:
Seve 2018-02-02 18:30:22 +01:00 committed by JC Brand
parent 41bbf653b9
commit be8b9edf2a

View File

@ -261,7 +261,7 @@
console.log('And this is the container:\n');
console.log(container);
messageContent.textContent = "";
messageContent.append(document.createElement("br"));
messageContent.append(container);