Merge branch 'master' of mojotrollz.eu:system
This commit is contained in:
commit
01c075f772
@ -32,7 +32,7 @@ SYSTEM.prototype.call = function(call,success,data,data_type,async){
|
|||||||
dataType: data_type,
|
dataType: data_type,
|
||||||
url: this.endpoint+'?'+call,
|
url: this.endpoint+'?'+call,
|
||||||
success: success,
|
success: success,
|
||||||
error: function(XMLHttpRequest, textStatus, errorThrown){system.log(system.LOG_ERROR,call);}
|
error: function(XMLHttpRequest, textStatus, errorThrown){system.log(system.LOG_ERROR,call+' '+XMLHttpRequest+' '+textStatus+' '+errorThrown);}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
SYSTEM.prototype.log = function(type,msg){
|
SYSTEM.prototype.log = function(type,msg){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user