diff --git a/module/user/view/cropavatar.html.php b/module/user/view/cropavatar.html.php
index 7b7a1b03e8..9522930261 100644
--- a/module/user/view/cropavatar.html.php
+++ b/module/user/view/cropavatar.html.php
@@ -49,6 +49,7 @@ $imgCutter.imgCutter(
done: function(response)
{
window.parent.$('#main-avatar, #menu-avatar').html('
');
+ window.parent.$('#mainContent .avatar').html('
');
if(window.parent.$('#main-avatar, #menu-avatar').hasClass('with-text')) window.parent.$('#main-avatar, #menu-avatar').toggleClass('with-text').css('background', 'none');
location.href = createLink('my', 'profile');
},