IE8 compatibility
This commit is contained in:
parent
31f975a046
commit
c909eaa056
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue