mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
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)
|
||||
{
|
||||
egw.window.console.groupCollapsed("Loading %s into ", _name, this.DOMContainer);
|
||||
egw.window.console.groupCollapsed("Loading %s into ", _name, '#'+this.DOMContainer.id);
|
||||
}
|
||||
if(console.timeline)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user