mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
Update client.js
This commit is contained in:
parent
248df9d9b2
commit
0c3d481cb7
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ CloudClient.Utils = (function(){
|
|||
this.ajax = function(pParams){
|
||||
/* if on webkit
|
||||
*/
|
||||
if(document.XMLHttpRequest){
|
||||
if(window.XMLHttpRequest){
|
||||
if(!lXMLHTTP)
|
||||
lXMLHTTP = new XMLHttpRequest();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue