Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
photos
Commits
caa59c72
Commit
caa59c72
authored
Aug 06, 2014
by
Tobias Reich
Browse files
Fixed "If EXIF data is missing, don't show them in the info #194"
parent
55295fe4
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
assets/js/build.js
View file @
caa59c72
...
@@ -322,7 +322,7 @@ build = {
...
@@ -322,7 +322,7 @@ build = {
[
"
Tags
"
,
build
.
tags
(
photoJSON
.
tags
,
forView
)]
[
"
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
([
infos
=
infos
.
concat
([
[
""
,
"
Camera
"
],
[
""
,
"
Camera
"
],
...
...
assets/min/main.js
View file @
caa59c72
This diff is collapsed.
Click to expand it.
assets/min/view.js
View file @
caa59c72
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment