mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(cloudfunc) buildFromJSON: lHeader -> header
This commit is contained in:
parent
a27030ab95
commit
326f02f5da
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ var Util;
|
|||
header = Util.replaceStr(header, 'li', 'div');
|
||||
header = Util.removeStrOneTime(header, 'draggable');
|
||||
|
||||
fileTable += lHeader;
|
||||
fileTable += header;
|
||||
|
||||
/* сохраняем путь */
|
||||
CloudFunc.Path = path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue