Browse Source

Fixed wrong path for public photos in view.php

Tobias Reich 10 years ago
parent
commit
d75c980e7a
2 changed files with 0 additions and 2 deletions
  1. 0 2
      assets/js/view/main.js
  2. 0 0
      assets/min/view.js

+ 0 - 2
assets/js/view/main.js

@@ -90,8 +90,6 @@ function loadPhotoInfo(photoID) {
 		document.title = "Lychee - " + data.title;
 		headerTitle.html(data.title);
 
-		data.url = "uploads/big/" + data.url;
-
 		imageview.attr("data-id", photoID);
 		if (isPhotoSmall(data)) imageview.html("<div id='image' class='small' style='background-image: url(" + data.url + "); width: " + data.width + "px; height: " + data.height + "px; margin-top: -" + parseInt((data.height/2)-20) + "px; margin-left: -" + data.width/2 + "px;'></div>");
 		else imageview.html("<div id='image' style='background-image: url(" + data.url + ");'></div>");

File diff suppressed because it is too large
+ 0 - 0
assets/min/view.js


Some files were not shown because too many files changed in this diff