mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(config) rm " "
This commit is contained in:
parent
96b822ef82
commit
744a9d03a5
1 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ var CloudCmd, Util, DOM, io;
|
|||
Template = template;
|
||||
|
||||
DOM.Files.get('config', function(error, config) {
|
||||
var div, data, inputs, inputFirst,
|
||||
var div, data, inputs, inputFirst,
|
||||
focus, obj;
|
||||
|
||||
CONFIG = config;
|
||||
|
|
@ -297,7 +297,7 @@ var CloudCmd, Util, DOM, io;
|
|||
var elUsername = DOM.getById('username', Element),
|
||||
elPassword = DOM.getById('password', Element);
|
||||
|
||||
elUsername.disabled =
|
||||
elUsername.disabled =
|
||||
elPassword.disabled = !checked;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue