- Fixed pagination not refreshing the data...
- Start creating single page of an Event
This commit is contained in:
@@ -314,6 +314,15 @@ module.exports = {
|
||||
return msg
|
||||
},
|
||||
|
||||
convertTexttoHtml(myhtml) {
|
||||
// let msg = myhtml;
|
||||
// msg = msg.replace('\n', '<br>');
|
||||
|
||||
// return msg
|
||||
|
||||
return myhtml;
|
||||
},
|
||||
|
||||
removeSpecialCharForEmail(myhtml) {
|
||||
let msg = myhtml;
|
||||
msg = msg.replace(/"/g, '\'');
|
||||
|
||||
Reference in New Issue
Block a user