IE8 compatibility

This commit is contained in:
Knut Forkalsrud 2014-08-25 17:54:40 -07:00
parent 31f975a046
commit c909eaa056

View file

@ -17,7 +17,7 @@ $(function() {
$.getJSON(location.pathname.replace(/\.album(\?|$)/, '.json'), function(data, textStatus) { $.getJSON(location.pathname.replace(/\.album(\?|$)/, '.json'), function(data, textStatus) {
$("#name").text(data.name); $("#name").text(data.name);
$("title").text(data.name); document.title = data.name;
var thmb = 250; var thmb = 250;
var picSize = 800; var picSize = 800;