Community
Participate
Working Groups
}
// display prompt checkbox only when it makes sense
var gitCredentialsStorage = new mGitCredentialsStorage.GitCredentialsStorage();
var gitCredentialsStorage = new GitCredentialsStorage();
if(!gitCredentialsStorage.isEnabled()){
dojo.style(this.gitSavePrivateKey, "display", "none");
dojo.style(this.gitSavePrivateKeyLabel, "display", "none");
-