mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
remove console
This commit is contained in:
parent
9aa680ce50
commit
223d1ca3c0
@ -114,7 +114,7 @@ export default {
|
||||
return this.$filters.truncate(this.comment.content, COMMENT_TRUNCATE_TO_LENGTH)
|
||||
}
|
||||
// console.log(this.comment.content.replace(/\?/gi, '?++'))
|
||||
return this.comment.content.replace(/\?/gi, ' <button class="button">Find</button>')
|
||||
return this.comment.content
|
||||
},
|
||||
displaysComment() {
|
||||
return !this.unavailable || this.isModerator
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user