socialforge/app/views/my/save_user_avatar.js.erb

2 lines
169 B
Plaintext
Raw Normal View History

2015-07-21 11:59:15 +08:00
$("#nh_user_tx").replaceWith('<%= image_tag(url_to_avatar(@user), :id=>'nh_user_tx',:style=>"width:214px;height:214px;overflow:hidden",:alt=>"头像") %>');
2015-07-09 15:27:49 +08:00
hideModal();