Browse Source

Merge branch 'v2.2' of https://github.com/electerious/Lychee into v2.5

Tobias Reich 11 years ago
parent
commit
33667f70c6
2 changed files with 2 additions and 2 deletions
  1. 2 2
      assets/js/view.js
  2. 0 0
      assets/min/main.js

+ 2 - 2
assets/js/view.js

@@ -220,7 +220,7 @@ view = {
 						lychee.setTitle("Unsorted", false);
 						break;
 					default:
-						if (album.json.init) $("#infobox .attr_name").html(album.json.title + " " + build.editIcon("edit_title_album"));
+						if (album.json.init) $("#infobox .attr_title").html(album.json.title + " " + build.editIcon("edit_title_album"));
 						lychee.setTitle(album.json.title, true);
 						break;
 				}
@@ -397,7 +397,7 @@ view = {
 
 		title: function() {
 
-			if (photo.json.init) $("#infobox .attr_name").html(photo.json.title + " " + build.editIcon("edit_title"));
+			if (photo.json.init) $("#infobox .attr_title").html(photo.json.title + " " + build.editIcon("edit_title"));
 			lychee.setTitle(photo.json.title, true);
 
 		},

File diff suppressed because it is too large
+ 0 - 0
assets/min/main.js


Some files were not shown because too many files changed in this diff