forked from extern/egroupware
Remove div from console, it's no longer useful
This commit is contained in:
parent
b111f5005b
commit
d80ef84012
@ -270,7 +270,7 @@ etemplate2.prototype.load = function(_name, _url, _data, _callback)
|
|||||||
|
|
||||||
if(console.groupCollapsed)
|
if(console.groupCollapsed)
|
||||||
{
|
{
|
||||||
egw.window.console.groupCollapsed("Loading %s into ", _name, this.DOMContainer);
|
egw.window.console.groupCollapsed("Loading %s into ", _name, '#'+this.DOMContainer.id);
|
||||||
}
|
}
|
||||||
if(console.timeline)
|
if(console.timeline)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user