Archived
1
0
Fork 0

Seitentitel wird aus Galerie- und Bildtitel zusammengesetzt (fixes #26)

This commit is contained in:
Jan Dittberner 2008-08-28 18:17:57 +00:00
parent 4dcb9470b6
commit f8a89b7ca1
3 changed files with 50 additions and 16 deletions

View file

@ -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"];
});
}