mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
log again not found template as error instead of poping up an alert
This commit is contained in:
parent
90e475eff3
commit
730615ce4e
@ -53,7 +53,7 @@ function et2_loadXMLFromURL(_url, _callback, _context)
|
|||||||
_callback.call(_context, _data.documentElement);
|
_callback.call(_context, _data.documentElement);
|
||||||
},
|
},
|
||||||
error: function(_xmlhttp, _err) {
|
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