log again not found template as error instead of poping up an alert

This commit is contained in:
Ralf Becker 2015-02-06 17:24:28 +00:00
parent ce479698e0
commit 28d6023d77

View File

@ -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);
}
});
}