Removed arrows from view.php
This commit is contained in:
parent
9f270e5f5e
commit
ed4ebe6882
BIN
dist/view.js
vendored
BIN
dist/view.js
vendored
Binary file not shown.
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user