isdata-customer-sdk 0.2.7 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -33616,13 +33616,13 @@ function unProcessElement(element) {
33616
33616
  if (element && element.nodeType !== 1) {
33617
33617
  return;
33618
33618
  }
33619
- const hasChildren = hasChildElements(element);
33620
- if (hasChildren) {
33621
- let children = element.children;
33622
- for (let i = 0; i < children.length; i++) {
33623
- unProcessElement(children[i]);
33624
- }
33625
- }
33619
+ // const hasChildren = hasChildElements(element);
33620
+ // if (hasChildren) {
33621
+ // let children = element.children;
33622
+ // for (let i = 0; i < children.length; i++) {
33623
+ // unProcessElement(children[i]);
33624
+ // }
33625
+ // }
33626
33626
  const localDomID = element.getAttribute("localDomID");
33627
33627
  if (localDomID && window.i18nElementsMap.has(localDomID)) {
33628
33628
  window.i18nElementsMap.delete(localDomID);