mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
minor changes
This commit is contained in:
parent
78940ad5db
commit
73a005270d
1 changed files with 2 additions and 2 deletions
|
|
@ -268,8 +268,8 @@ CloudClient.Util = (function(){
|
|||
(pParams_o.parent || document.body).appendChild(element);
|
||||
|
||||
|
||||
element.onreadystatechange = function(state){
|
||||
console.log(state);
|
||||
element.onreadystatechange = function(){
|
||||
alert(this.readystate);
|
||||
};
|
||||
|
||||
if(pParams_o.inner){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue