diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index 96e3cf995..f17f0306f 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -145,7 +145,7 @@
  • <%= f.select :language, :Chinese => :zh, :English => :en %>
  • - 确认 + 确认
  • @@ -169,7 +169,7 @@
  • 请输入6-12个字符
  • - 确认 + 确认
  • @@ -528,6 +528,12 @@ <% if( !@act.nil? && @act == 'password') %> $("#users_tb_2").click(); <% end %> + $('#my_account_form_link').click(function(){ + $('#my_account_form_btn').click(); + }); + $('#my_password_form_link').click(function(){ + $('#my_password_form_btn').click(); + }); });