diff --git a/cloudcmd.js b/cloudcmd.js index ff66ec48..0f20695d 100644 --- a/cloudcmd.js +++ b/cloudcmd.js @@ -45,7 +45,8 @@ * additional processing of index file */ function indexProcessing(pData){ - var lData = pData.data, + var lPath, lReplace, lKeysPanel, + lData = pData.data, lAdditional = pData.additional; /* @@ -54,9 +55,9 @@ * минифицированый */ if (Minify.allowed.css){ - var lPath = '/' + Util.removeStr(Minify.MinFolder, DIR), - lReplace = ''; - lData = Util.removeStr(lData, lReplace) + lPath = '/' + Util.removeStr(Minify.MinFolder, DIR); + lReplace = ''; + lData = Util.removeStr(lData, lReplace) .replace('/css/style.css', lPath + 'all.min.css'); } @@ -69,8 +70,8 @@ lData = Util.removeStr(lData, ' manifest="/cloudcmd.appcache"'); if (!Config.show_keys_panel){ - var lKeysPanel = '