Removed arrows from view.php

This commit is contained in:
Tobias Reich 2015-04-18 00:08:56 +02:00
parent 9f270e5f5e
commit ed4ebe6882
2 changed files with 1 additions and 0 deletions

BIN
dist/view.js vendored

Binary file not shown.

View File

@ -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 */