mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
Slightly better error message to help find the offender
This commit is contained in:
parent
375fad6cd4
commit
73d49a957a
@ -345,7 +345,7 @@ var et2_widget = Class.extend({
|
||||
}
|
||||
else
|
||||
{
|
||||
this.egw().debug("error", this, "Widget is not supported by this widget class", _node);
|
||||
this.egw().debug("error", "Widget " + _node._type +" is not supported by this widget class", this);
|
||||
// throw("Widget is not supported by this widget class!");
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user