Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 389061
Collapse All | Expand All

(-)a/bundles/org.eclipse.orion.client.git/web/orion/git/widgets/GitCredentialsDialog.js (-2 / +1 lines)
Lines 85-91 dojo.declare("orion.git.widgets.GitCredentialsDialog", [dijit.Dialog, orion.widg Link Here
85
		}
85
		}
86
		
86
		
87
		// display prompt checkbox only when it makes sense
87
		// display prompt checkbox only when it makes sense
88
		var gitCredentialsStorage = new mGitCredentialsStorage.GitCredentialsStorage();
88
		var gitCredentialsStorage = new GitCredentialsStorage();
89
		if(!gitCredentialsStorage.isEnabled()){
89
		if(!gitCredentialsStorage.isEnabled()){
90
			dojo.style(this.gitSavePrivateKey, "display", "none");
90
			dojo.style(this.gitSavePrivateKey, "display", "none");
91
			dojo.style(this.gitSavePrivateKeyLabel, "display", "none");
91
			dojo.style(this.gitSavePrivateKeyLabel, "display", "none");
92
- 

Return to bug 389061