diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb
index 988cd9121..fbc1487bb 100644
--- a/app/views/user/account.html.erb
+++ b/app/views/user/account.html.erb
@@ -97,7 +97,7 @@
<%= radio_button_tag "image_action", "new" %> |
- <%= t 'user.account.replace image' %> <%= file_column_field "user", "image", :onchange => "$('image_action_new').checked = true" %> <%= t 'user.account.image size hint' %> |
+ <%= t 'user.account.replace image' %> <%= file_column_field "user", "image", :onchange => "$('#image_action_new').prop('checked', true)" %> <%= t 'user.account.image size hint' %> |
<% end %>