forked from extern/egroupware
log again not found template as error instead of poping up an alert
This commit is contained in:
parent
ce479698e0
commit
28d6023d77
@ -53,7 +53,7 @@ function et2_loadXMLFromURL(_url, _callback, _context)
|
||||
_callback.call(_context, _data.documentElement);
|
||||
},
|
||||
error: function(_xmlhttp, _err) {
|
||||
alert('Loading eTemplate from '+_url+' failed! '+_err);
|
||||
egw().debug('error', 'Loading eTemplate from '+_url+' failed! '+_xmlhttp.status+' '+_xmlhttp.statusText);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user