mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-09 18:23:57 +09: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