From 0e9669a467a3fa9e67f5396e338574363f4c08a9 Mon Sep 17 00:00:00 2001 From: rylon Date: Mon, 17 Nov 2014 13:47:57 +0100 Subject: [PATCH] fix for errors in system.js --- files/sys/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/sys/system.js b/files/sys/system.js index 185eb25..bb70d72 100644 --- a/files/sys/system.js +++ b/files/sys/system.js @@ -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){