mirror of
https://github.com/openstreetmap/openstreetmap-website.git
synced 2025-08-16 17:07:06 +00:00
Fix avatar mode update on file change
This commit is contained in:
@ -88,7 +88,7 @@ $(document).ready(function () {
|
||||
$("select#user_auth_provider").on("change", updateAuthUID);
|
||||
|
||||
$("input#user_avatar").on("change", function () {
|
||||
$("#avatar_action_new").prop("checked", true);
|
||||
$("#user_avatar_action_new").prop("checked", true);
|
||||
});
|
||||
|
||||
function enableAuth() {
|
||||
|
Reference in New Issue
Block a user