mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 10:09:04 +00:00
minor changes
This commit is contained in:
parent
6490d5c5b3
commit
78940ad5db
1 changed files with 6 additions and 1 deletions
|
|
@ -267,6 +267,11 @@ CloudClient.Util = (function(){
|
|||
if(!pParams_o.not_append)
|
||||
(pParams_o.parent || document.body).appendChild(element);
|
||||
|
||||
|
||||
element.onreadystatechange = function(state){
|
||||
console.log(state);
|
||||
};
|
||||
|
||||
if(pParams_o.inner){
|
||||
element.innerHTML = pParams_o.inner;
|
||||
}
|
||||
|
|
@ -282,7 +287,7 @@ CloudClient.Util = (function(){
|
|||
typeof lFunc.onload === 'function')
|
||||
lFunc.onload();
|
||||
|
||||
}
|
||||
}
|
||||
return element;
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue