mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 18:38:57 +01:00
Use correct debug tag - info does not exist
This commit is contained in:
parent
e807bb824d
commit
d44fed908c
@ -99,7 +99,7 @@ var et2_template = et2_DOMWidget.extend({
|
|||||||
}
|
}
|
||||||
if(xml !== null && typeof xml !== "undefined")
|
if(xml !== null && typeof xml !== "undefined")
|
||||||
{
|
{
|
||||||
this.egw().debug("info", "Loading template from XML: ", this.id);
|
this.egw().debug("log", "Loading template from XML: ", this.id);
|
||||||
this.loadFromXML(xml);
|
this.loadFromXML(xml);
|
||||||
// Don't call this here - premature
|
// Don't call this here - premature
|
||||||
//this.loadingFinished();
|
//this.loadingFinished();
|
||||||
|
Loading…
Reference in New Issue
Block a user