diff --git a/public/js/app.js b/public/js/app.js index 94903e2..4516645 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -92,7 +92,7 @@ function showImage(id) if (typeof(point.images) == 'object') { point.images.forEach(function(entry) { - if (true || window.devicePixelRatio > 1) { + if ( window.devicePixelRatio > 1) { photos.push({img: '/photos/big/'+entry, thumb: '/photos/small/'+entry}); } else { photos.push({img: '/photos/middle/'+entry, thumb: '/photos/small/'+entry});