mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
0283966704
commit
6c45b21605
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