Browse Source

Removed arrows from view.php

Tobias Reich 9 years ago
parent
commit
ed4ebe6882
2 changed files with 1 additions and 0 deletions
  1. 0 0
      dist/view.js
  2. 1 0
      src/scripts/view/main.js

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


+ 1 - 0
src/scripts/view/main.js

@@ -102,6 +102,7 @@ loadPhotoInfo = function(photoID) {
 		var size = getPhotoSize(data);
 
 		imageview.html(build.imageview(data, size, true));
+		imageview.find('.arrow_wrapper').remove();
 		imageview.addClass('fadeIn').show();
 
 		/* Render Sidebar */

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