Update Werk Tyme in catalog to use post.files.
This commit is contained in:
parent
085a0421cf
commit
414c666ced
@ -45,7 +45,7 @@ FappeTyme =
|
|||||||
@nodes.root.classList.toggle 'noFile', !@files.length
|
@nodes.root.classList.toggle 'noFile', !@files.length
|
||||||
|
|
||||||
catalogNode: ->
|
catalogNode: ->
|
||||||
{file} = @thread.OP
|
file = @thread.OP.files[0]
|
||||||
return if !file
|
return if !file
|
||||||
filename = $.el 'div',
|
filename = $.el 'div',
|
||||||
textContent: file.name
|
textContent: file.name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user