Browse Source

Fixed a bug not showing camera next photo date

Tobias Reich 9 years ago
parent
commit
7fd78e2cc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/scripts/build.coffee

+ 1 - 1
src/scripts/build.coffee

@@ -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>"