Show image before album. Loads image faster when using direct image URL.

patches
Joachim Tingvold 2014-03-16 15:02:03 +01:00
parent ba69da0fde
commit 20fe79eb4e
1 changed files with 1 additions and 1 deletions

View File

@ -257,9 +257,9 @@ $(document).ready(function() {
currentPhoto = photo;
currentPhotoIndex = photoIndex;
setTitle();
showAlbum(previousAlbum !== currentAlbum);
if (photo !== null)
showPhoto();
showAlbum(previousAlbum !== currentAlbum);
}
/* Event listeners */