Minor improvements to activity images, new todo
This commit is contained in:
parent
73cfa2e664
commit
1166137cb3
4 changed files with 13 additions and 5 deletions
|
@ -87,7 +87,7 @@ module.exports = {
|
|||
var fn = cachedImages[get_img_url(activity, size)]
|
||||
var fp = path.join(__dirname, 'static/cached', fn)
|
||||
} else {
|
||||
return 'imgs/notFound.png'
|
||||
return '/imgs/notFound.png'
|
||||
}
|
||||
|
||||
return '/cached/' + fn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue