Fixed a bug where EXIF data was displayed even when empty

This commit is contained in:
Tobias Reich 2014-05-31 12:38:36 +02:00
parent d8e4b2fe8f
commit c5977e95ef
3 changed files with 3 additions and 3 deletions

View File

@ -312,7 +312,7 @@ build = {
["Tags", build.tags(photoJSON.tags, forView)] ["Tags", build.tags(photoJSON.tags, forView)]
]; ];
if ((photoJSON.takedate+photoJSON.make+photoJSON.model+photoJSON.shutter+photoJSON.aperture+photoJSON.focal+photoJSON.iso)!="") { if ((photoJSON.takestamp+photoJSON.make+photoJSON.model+photoJSON.shutter+photoJSON.aperture+photoJSON.focal+photoJSON.iso)!=="null") {
infos = infos.concat([ infos = infos.concat([
["", "Camera"], ["", "Camera"],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long