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
c6a90645
Commit
c6a90645
authored
Aug 17, 2014
by
Tobias Reich
Browse files
Moved code part
parent
f245c80b
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/js/view.js
View file @
c6a90645
...
...
@@ -237,12 +237,6 @@ view = {
},
description
:
function
()
{
$
(
"
#infobox .attr_description
"
).
html
(
album
.
json
.
description
+
"
"
+
build
.
editIcon
(
"
edit_description_album
"
));
},
content
:
{
init
:
function
()
{
...
...
@@ -307,6 +301,12 @@ view = {
},
description
:
function
()
{
$
(
"
#infobox .attr_description
"
).
html
(
album
.
json
.
description
+
"
"
+
build
.
editIcon
(
"
edit_description_album
"
));
},
num
:
function
()
{
$
(
"
#infobox .attr_images
"
).
html
(
album
.
json
.
num
);
...
...
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