mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
refactor(config) fillTemplate: data.toString -> data
This commit is contained in:
parent
1f4cabf15e
commit
7952f3f6e5
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ var CloudCmd, Util, DOM;
|
|||
div = DOM.load({
|
||||
name : 'div',
|
||||
className : 'config',
|
||||
inner : data.toString()
|
||||
inner : data
|
||||
});
|
||||
|
||||
inputs = DOM.getByTag(INPUT, div);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue