Seitentitel wird aus Galerie- und Bildtitel zusammengesetzt (fixes #26)
This commit is contained in:
parent
4dcb9470b6
commit
f8a89b7ca1
3 changed files with 50 additions and 16 deletions
|
@ -60,6 +60,7 @@ function updateContentImage(pathParts) {
|
|||
$("#content_main img").attr("src", data["preview"]);
|
||||
$("#content_main a").attr("href", data["full"]);
|
||||
$("#content_main a").attr("title", data["data"]);
|
||||
document.title = data["title"];
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue