Added missing semicolons

pull/91/head
Tobias Reich 10 years ago
parent f94d3b2eab
commit 13841b918b

@ -162,7 +162,7 @@ album = {
buttons[0][0] = "Clear Unsorted";
buttons[1][0] = "Keep Unsorted";
modal.show("Clear Unsorted", "Are you sure you want to delete all photos from 'Unsorted'?<br>This action can't be undone!", buttons)
modal.show("Clear Unsorted", "Are you sure you want to delete all photos from 'Unsorted'?<br>This action can't be undone!", buttons);
} else if (albumIDs.length===1) {

@ -31,7 +31,7 @@ albums = {
thumb0: data.unsortedThumb0,
thumb1: data.unsortedThumb1,
thumb2: data.unsortedThumb2
}
};
data.starredAlbum = {
id: "f",
@ -41,7 +41,7 @@ albums = {
thumb0: data.starredThumb0,
thumb1: data.starredThumb1,
thumb2: data.starredThumb2
}
};
data.publicAlbum = {
id: "s",
@ -51,7 +51,7 @@ albums = {
thumb0: data.publicThumb0,
thumb1: data.publicThumb1,
thumb2: data.publicThumb2
}
};
albums.json = data;
@ -67,7 +67,7 @@ albums = {
}, waitTime);
})
});
},

Loading…
Cancel
Save