@@ -167,9 +167,7 @@ export class EventComponent implements OnInit {
|
||||
if(validUrl){
|
||||
let match = this.event!.url.match(urlRegex);
|
||||
if(match) {
|
||||
console.log(match);
|
||||
let url = 'https://' + match[2];
|
||||
this.event!.url = url;
|
||||
this.event!.url = 'https://' + match[2];
|
||||
} else {
|
||||
validUrl = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user