Merge branch 'v2.2' of https://github.com/electerious/Lychee into v2.5
This commit is contained in:
commit
33667f70c6
@ -220,7 +220,7 @@ view = {
|
|||||||
lychee.setTitle("Unsorted", false);
|
lychee.setTitle("Unsorted", false);
|
||||||
break;
|
break;
|
||||||
default:
|
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);
|
lychee.setTitle(album.json.title, true);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@ -397,7 +397,7 @@ view = {
|
|||||||
|
|
||||||
title: function() {
|
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);
|
lychee.setTitle(photo.json.title, true);
|
||||||
|
|
||||||
},
|
},
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user