summaryrefslogtreecommitdiffstats
path: root/settings/templates/personal.php
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-09-05 19:26:02 +0200
committerkondou <kondou@ts.unde.re>2013-09-05 19:26:02 +0200
commit15ab79835379559c369c2d1b56ace72e02cb6d1e (patch)
treeabc95af0ca412541d3d4be36e91c02409ecfc84d /settings/templates/personal.php
parent6db96603a09775e38db30cb3b0fb8e0065111bb5 (diff)
downloadnextcloud-server-15ab79835379559c369c2d1b56ace72e02cb6d1e.tar.gz
nextcloud-server-15ab79835379559c369c2d1b56ace72e02cb6d1e.zip
Fix an IE8 bug with the avatarcropper.
1. Crop an avatar 2. Crop another avatar without reloading -> Second cropper is 28px x 30px big
Diffstat (limited to 'settings/templates/personal.php')
-rw-r--r--settings/templates/personal.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 07a7ea0050c..9215115503a 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -94,7 +94,6 @@ if($_['passwordChangeSupported']) {
<?php p($l->t('Either png or jpg. Ideally square but you will be able to crop it.')); ?>
</div>
<div id="cropper" class="hidden">
- <img>
<div class="inlineblock button" id="abortcropperbutton"><?php p($l->t('Abort')); ?></div>
<div class="inlineblock button primary" id="sendcropperbutton"><?php p($l->t('Choose as profile image')); ?></div>
</div>