diff --git a/src/main/webapp/assets/render.js b/src/main/webapp/assets/render.js index ba47214..67f400a 100644 --- a/src/main/webapp/assets/render.js +++ b/src/main/webapp/assets/render.js @@ -17,7 +17,7 @@ $(function() { $.getJSON(location.pathname.replace(/\.album(\?|$)/, '.json'), function(data, textStatus) { $("#name").text(data.name); - $("title").text(data.name); + document.title = data.name; var thmb = 250; var picSize = 800;