from now right panel would be always shown

This commit is contained in:
coderaiser 2012-09-18 04:42:38 -04:00
parent 689bc28bee
commit a26457d778
2 changed files with 4 additions and 2 deletions

View file

@ -53,6 +53,9 @@ Start file is - cloudcmd.js
* Added ability to remove files (on the surface, not for real).
* From now right panel would be always shown no matter js enabled or
disabled in browsers.
2012.08.24, Version 0.1.6

View file

@ -152,7 +152,6 @@ CloudServer.start = function (pConfig) {
'using default values...\n' +
JSON.stringify(this.Config));
console.log(pConfig);
this.init();
this.Port = process.env.PORT || /* c9 */
@ -595,7 +594,7 @@ CloudServer._fillJSON = function(pStats, pFiles){
lList += lPanel;
lList += '</ul>';
lList += '<ul id=right class="panel hidden">';
lList += '<ul id=right class="panel">';
lList += lPanel;
lList += '</ul>';