forked from jsnbuchanan/crowd-funder-for-time-pwa
update tasks
This commit is contained in:
@@ -672,7 +672,6 @@ export default class ProjectViewView extends Vue {
|
||||
domainForWebsite(url: string) {
|
||||
try {
|
||||
const hostname = new URL(url).hostname;
|
||||
console.log("hostname", hostname);
|
||||
if (!hostname) {
|
||||
// happens for non-http URLs
|
||||
return url;
|
||||
|
||||
Reference in New Issue
Block a user