diff --git a/js/view.js b/js/view.js old mode 100644 new mode 100755 index 198cf43..c3d9112 --- a/js/view.js +++ b/js/view.js @@ -83,7 +83,7 @@ function loadPhotoInfo(photoID) { headerTitle.html(data.title); image_view.attr("data-id", photoID); - if (isPhotoSmall(data)) image_view.html("").append("
"); + if (isPhotoSmall(data)) image_view.html("").append("
"); else image_view.html("").append("
"); image_view.removeClass("fadeOut").addClass("fadeIn").show();