Silence some messages about missing attribute attributes

This commit is contained in:
Nathan Gray
2011-09-27 23:44:07 +00:00
parent a1d344077e
commit 9b7cd5019c
6 changed files with 34 additions and 7 deletions

View File

@ -378,6 +378,7 @@ function et2_validateAttrib(_id, _attrib)
_attrib["name"] = _id;
et2_debug("log", "Human name ('name'-Field) for attribute '" +
_id + "' has not been supplied, set to '" + _id + "'");
console.debug(_attrib);
}
if (typeof _attrib["description"] == "undefined")