Remove div from console, it's no longer useful

This commit is contained in:
Nathan Gray 2014-05-07 16:35:51 +00:00
parent b111f5005b
commit d80ef84012

View File

@ -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)
{