mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
Removed console.log
This commit is contained in:
@@ -43,9 +43,6 @@ Vue.component('message', {
|
|||||||
while (s.match(styleRegex)) { //Any better solution would be appreciated :P
|
while (s.match(styleRegex)) { //Any better solution would be appreciated :P
|
||||||
s = s.replace(styleRegex, (str, style, inner) => `<em style="${styleDict[style]}">${inner}</em>`)
|
s = s.replace(styleRegex, (str, style, inner) => `<em style="${styleDict[style]}">${inner}</em>`)
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(s);
|
|
||||||
|
|
||||||
return s.replace(/<span[^>]*><\/span[^>]*>/g, '');
|
return s.replace(/<span[^>]*><\/span[^>]*>/g, '');
|
||||||
},
|
},
|
||||||
escape(unsafe) {
|
escape(unsafe) {
|
||||||
|
|||||||
Reference in New Issue
Block a user