fix for errors in system.js

This commit is contained in:
Ulf Gebhardt 2014-11-17 13:47:57 +01:00
parent 8d259452fa
commit 0e9669a467

View File

@ -32,7 +32,7 @@ SYSTEM.prototype.call = function(call,success,data,data_type,async){
dataType: data_type,
url: this.endpoint+'?'+call,
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){