mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Silence some warnings, mostly about attributes
This commit is contained in:
@@ -297,8 +297,13 @@ var et2_grid = et2_DOMWidget.extend([et2_IDetachedDOM, et2_IAligned], {
|
||||
readRowNode = function _readRowNode(node, nodeName) {
|
||||
if (x >= w)
|
||||
{
|
||||
this.egw().debug("warn", "Skipped grid cell in row, '" +
|
||||
nodeName + "'");
|
||||
if(nodeName != "description")
|
||||
{
|
||||
// Only notify it skipping other than description,
|
||||
// description used to pad
|
||||
this.egw().debug("warn", "Skipped grid cell in row, '" +
|
||||
nodeName + "'");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user