minor changes

This commit is contained in:
coderaiser 2013-06-05 07:23:02 -04:00
parent 23d781157e
commit 3abdd699be
4 changed files with 178 additions and 173 deletions

View file

@ -16,7 +16,6 @@ var Util, DOM, CloudFunc, CloudCmd;
LIBDIRCLIENT : '/lib/client/',
JSONDIR : '/json/',
HTMLDIR : '/html/',
/* height of Cloud Commander seting up in */
HEIGHT : 0,
MIN_ONE_PANEL_WIDTH : 1155,
OLD_BROWSER : false,
@ -519,7 +518,6 @@ var Util, DOM, CloudFunc, CloudCmd;
var lJSON = Cache.get(lCleanPath);
if (lJSON){
/* переводим из текста в JSON */
lJSON = Util.parseJSON(lJSON);
createFileTable(lPanel, lJSON);
}