feature(cloudcmd) do not hide path and header when files are scrolling

This commit is contained in:
coderaiser 2013-12-05 14:51:42 +00:00
parent 8469c700a7
commit 45f59f18c2
7 changed files with 47 additions and 26 deletions

View file

@ -260,8 +260,8 @@
else {
p.name = INDEX_PATH,
lPanel = CloudFunc.buildFromJSON(pJSON, FileTemplate, PathTemplate, LinkTemplate),
lList = '<ul id=left class=panel>' + lPanel + '</ul>' +
'<ul id=right class=panel>' + lPanel + '</ul>';
lList = '<div id=left class=panel>' + lPanel + '</div>' +
'<div id=right class=panel>' + lPanel + '</div>';
main.sendResponse(p, indexProcessing({
additional : lList,