diff --git a/common/widgets/views/image_sizer.php b/common/widgets/views/image_sizer.php index 3c70774..e7ebaf2 100755 --- a/common/widgets/views/image_sizer.php +++ b/common/widgets/views/image_sizer.php @@ -74,6 +74,7 @@ $id = $model::tableName().'_id'; $('body').on('click', '#=$field?>_remove_img',function(){ $("#= $field?>_img_block").parent().parent().parent().removeClass('success_download') + $("#= $field?>_img_block").parent().parent().find('.admin-ava-wr').remove() $("#=$field?>_buttons_block").remove(); var old_url = $('#=$field?>_old_img').val(); diff --git a/frontend/views/accounts/_portfolio_form.php b/frontend/views/accounts/_portfolio_form.php index 97e0fa3..e322aee 100644 --- a/frontend/views/accounts/_portfolio_form.php +++ b/frontend/views/accounts/_portfolio_form.php @@ -85,9 +85,8 @@ -