diff --git a/html/file.html b/html/file.html index de95aeb4..4d565302 100644 --- a/html/file.html +++ b/html/file.html @@ -1,9 +1 @@ -
  • - - - {name} - - {size} - {owner} - {mode} -
  • \ No newline at end of file +
  • {name}{size}{owner}{mode}
  • \ No newline at end of file diff --git a/html/path.html b/html/path.html index 3c6a8054..a262144f 100644 --- a/html/path.html +++ b/html/path.html @@ -1,7 +1 @@ -
  • - - - + - - {path} -
  • , \ No newline at end of file +
  • {path}
  • \ No newline at end of file diff --git a/lib/client.js b/lib/client.js index 41c32ef7..805b7b25 100644 --- a/lib/client.js +++ b/lib/client.js @@ -608,7 +608,7 @@ var Util, DOM, CloudFunc, $, KeyBinding, CloudCommander; success : function(pData){ CloudCmd.getFileTemplate(function(pTemplate){ CloudCmd.getpPathTemplate(function(pPathTemplate){ - CloudCmd._createFileTable(lPanel, lJSON, pTemplate, pPathTemplate); + CloudCmd._createFileTable(lPanel, pData, pTemplate, pPathTemplate); CloudCmd._changeLinks(lPanel); }); });