This commit is contained in:
Knut Sveidqvist
2021-07-05 10:27:15 +02:00
parent 2f73fd3a9d
commit 5437ab7057
7 changed files with 48 additions and 34 deletions

View File

@@ -55,10 +55,6 @@ const breakToPlaceholder = s => {
return s.replace(lineBreakRegex, '#br#');
};
const placeholderToBreak = s => {
return s.replace(/#br#/g, '<br/>');
};
const getUrl = useAbsolute => {
let url = '';
if (useAbsolute) {