forked from forgejo/forgejo
#1333 Disable Gravatar option when install
This commit is contained in:
parent
8d73832bdf
commit
302938e646
8 changed files with 22 additions and 5 deletions
|
@ -169,6 +169,12 @@ function initInstall() {
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
$('#offline-mode input').change(function () {
|
||||
if ($(this).is(':checked')) {
|
||||
$('#disable-gravatar').checkbox('check');
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
function initRepository() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue