mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
chore(config) change quotes
This commit is contained in:
parent
f3a3073afb
commit
ffd996bf59
1 changed files with 2 additions and 2 deletions
|
|
@ -103,10 +103,10 @@ var CloudCmd, Util, DOM;
|
|||
}
|
||||
|
||||
function setState(state) {
|
||||
var ret = "";
|
||||
var ret = '';
|
||||
|
||||
if (state)
|
||||
ret = " checked";
|
||||
ret = ' checked';
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue