@@ -209,7 +211,7 @@ story->reviewers;?> - + '') + $users, $reviewers, 'class="form-control chosen" multiple')?> status == 'closed'):?> diff --git a/module/user/view/cropavatar.html.php b/module/user/view/cropavatar.html.php index 9522930261..7322ff4229 100644 --- a/module/user/view/cropavatar.html.php +++ b/module/user/view/cropavatar.html.php @@ -48,8 +48,10 @@ $imgCutter.imgCutter( ready: function() {$.zui.ajustModalPosition(); $imgCutter.css('width', $imgCutter.closest('#mainContent').width());}, done: function(response) { + var account = "app->user->account;?>"; window.parent.$('#main-avatar, #menu-avatar').html(''); - window.parent.$('#mainContent .avatar').html(''); + window.parent.$('#mainContent>.cell>.main-header>.avatar').html(''); + window.parent.$('#mainContent .avatar-' + account).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'); },