mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
aead1c7b82
commit
d7c7501427
2 changed files with 2 additions and 1 deletions
|
|
@ -655,7 +655,7 @@ CloudClient.Util = (function(){
|
|||
if (pCurrentFile.className === 'path')
|
||||
pCurrentFile = pCurrentFile.nextSibling;
|
||||
|
||||
if (pCurrentFile.className == 'fm_header')
|
||||
if (pCurrentFile.className === 'fm_header')
|
||||
pCurrentFile = pCurrentFile.nextSibling;
|
||||
|
||||
if(lCurrentFileWas)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use strict";
|
||||
var Server = cloudRequire('./server'),
|
||||
path = cloudRequire('path'),
|
||||
fs = cloudRequire('fs');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue