Use relative paths
// FREEBIE
This commit is contained in:
parent
95e809636a
commit
859d49b3f4
21 changed files with 106 additions and 106 deletions
|
@ -930,7 +930,7 @@
|
|||
content: title ? title.trim()[0] : '#'
|
||||
};
|
||||
} else {
|
||||
return { url: '/images/group_default.png', color: color };
|
||||
return { url: 'images/group_default.png', color: color };
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue