7.0: ui refresh and more
This commit is contained in:
@@ -153,3 +153,8 @@ export function getThreads() {
|
||||
return '0'
|
||||
}
|
||||
}
|
||||
export function cleanHTML(html) {
|
||||
let clean = html.replace(/ {4}/g, '');
|
||||
clean = clean.replace(/\n/g, '');
|
||||
return clean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user