mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-11 12:48:16 +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