diff --git a/cloudcmd.js b/cloudcmd.js index fed63ff3..eac798bf 100644 --- a/cloudcmd.js +++ b/cloudcmd.js @@ -45,16 +45,15 @@ /** * additional processing of index file */ - function indexProcessing(pData) { - var lPath, lReplace, lKeysPanel, - left, right, + function indexProcessing(options) { + var keysPanel, left, right, LEFT = CloudFunc.PANEL_LEFT, RIGHT = CloudFunc.PANEL_RIGHT, - lData = pData.data, - panel = pData.panel; + data = options.data, + panel = options.panel; if (!Config.appCache) - lData = Util.removeStr(lData, [ + data = Util.removeStr(data, [ /* min */ ' manifest=/cloudcmd.appcache', /* normal */ @@ -63,7 +62,7 @@ if (!Config.showKeysPanel) { lKeysPanel = '