diff options
author | kondou <kondou@ts.unde.re> | 2013-09-05 19:26:02 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-09-05 19:26:02 +0200 |
commit | 15ab79835379559c369c2d1b56ace72e02cb6d1e (patch) | |
tree | abc95af0ca412541d3d4be36e91c02409ecfc84d /settings/templates/personal.php | |
parent | 6db96603a09775e38db30cb3b0fb8e0065111bb5 (diff) | |
download | nextcloud-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.php | 1 |
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> |