mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
from now right panel would be always shown
This commit is contained in:
parent
689bc28bee
commit
a26457d778
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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>';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue