From e80474b5fc4e0a2d3456c74c4788a2f8d776bdb1 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 10 Jul 2013 14:38:26 +0000 Subject: [PATCH] chore(cloudcmd) p -> pParams --- cloudcmd.js | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) 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 = '