Fixed a bug not showing camera next photo date
This commit is contained in:
parent
d21a8c6500
commit
7fd78e2cc0
@ -87,7 +87,7 @@ build.photo = (data) ->
|
||||
<h1 title='#{ longTitle }'>#{ title }</h1>
|
||||
"""
|
||||
|
||||
if data.cameraDate is '1'
|
||||
if data.cameraDate is 1
|
||||
html += "<a><span class='icon-camera' title='Photo Date'></span>#{ data.sysdate }</a>"
|
||||
else
|
||||
html += "<a>#{ data.sysdate }</a>"
|
||||
|
Loading…
Reference in New Issue
Block a user