diff --git a/app/templates/user_profile.html b/app/templates/user_profile.html index dbda925..37ec41d 100644 --- a/app/templates/user_profile.html +++ b/app/templates/user_profile.html @@ -167,7 +167,6 @@ } }; applyChanges(postdata, $SCRIPT_ROOT + '/user/profile', false, true); - location.reload(); }); {% endblock %}