diff --git a/www/common/flat-dom.js b/www/common/flat-dom.js index 51c3d07b3..25b51d786 100644 --- a/www/common/flat-dom.js +++ b/www/common/flat-dom.js @@ -33,7 +33,7 @@ define([], function () { data.map[id] = el.textContent; return id; } - if (!el || !el.attributes) { return void console.error(el); } + if (!el || !el.attributes) { return; } id = uid(); data.map[id] = [ el.tagName,