mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(cloudfunc) add " "
This commit is contained in:
parent
1468c04593
commit
eefdd2ffa1
1 changed files with 2 additions and 2 deletions
|
|
@ -430,8 +430,8 @@ var Util;
|
|||
name : '..'
|
||||
});
|
||||
|
||||
dataName = 'data-name="js-file-.."',
|
||||
attribute = 'draggable="true"' + dataName,
|
||||
dataName = 'data-name="js-file-.." ',
|
||||
attribute = 'draggable="true" ' + dataName,
|
||||
/* Сохраняем путь к каталогу верхнего уровня*/
|
||||
fileTable += Util.render(template.file, {
|
||||
tag : 'li',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue