Browse Source

Moved code part

Tobias Reich 10 years ago
parent
commit
c6a9064508
1 changed files with 6 additions and 6 deletions
  1. 6 6
      assets/js/view.js

+ 6 - 6
assets/js/view.js

@@ -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);