Fixed "If EXIF data is missing, don't show them in the info #194"

This commit is contained in:
Tobias Reich 2014-08-06 17:07:12 +02:00
parent 55295fe48d
commit caa59c72c8
3 changed files with 3 additions and 3 deletions

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long