diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb
index 6728f4d40..7c0aba2fb 100644
--- a/app/views/users/edit.html.erb
+++ b/app/views/users/edit.html.erb
@@ -80,6 +80,7 @@
$("#basic-settings-section,#change-password-section,#advanced-settings-section").hide();
$target.addClass("active")
$($target.attr("href") + "-section").show();
+ e.preventDefault();
});
});