mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
chore(dom) else{ -> else {
This commit is contained in:
parent
3580b3a94e
commit
a5d6f4a623
1 changed files with 2 additions and 2 deletions
|
|
@ -767,7 +767,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
Util.exec(p.success, lData, lJqXHR.statusText, lJqXHR);
|
||||
}
|
||||
/* file not found or connection lost */
|
||||
else{
|
||||
else {
|
||||
/* if html given or something like thet
|
||||
* getBack just status of result
|
||||
*/
|
||||
|
|
@ -1211,7 +1211,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
|
||||
lMsg = lMsgAsk + lMsgSel + n + ' files/directoris?\n' + lName ;
|
||||
lQuery = '?files';
|
||||
} else{
|
||||
} else {
|
||||
var lType, lIsDir;
|
||||
|
||||
/* dom element passed and it is not event */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue