mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 12:07:20 +00:00
#1333 Disable Gravatar option when install
This commit is contained in:
@ -169,6 +169,12 @@ function initInstall() {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
$('#offline-mode input').change(function () {
|
||||
if ($(this).is(':checked')) {
|
||||
$('#disable-gravatar').checkbox('check');
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
function initRepository() {
|
||||
|
Reference in New Issue
Block a user