mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(cloudfunc) draggable -> draggable="true"
This commit is contained in:
parent
a6f74860fb
commit
539e27457e
1 changed files with 1 additions and 1 deletions
|
|
@ -426,7 +426,7 @@ var Util;
|
|||
/* Сохраняем путь к каталогу верхнего уровня*/
|
||||
fileTable += Util.render(template, {
|
||||
tag : 'li',
|
||||
attribute : 'draggable ',
|
||||
attribute : 'draggable="true" ',
|
||||
className : '',
|
||||
type : 'directory',
|
||||
name : linkResult,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue