@bigbinary/neeto-site-blocks 1.17.0 → 1.17.1
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.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7185,7 +7185,8 @@ var Button = function Button(_ref) {
|
|
|
7185
7185
|
tempDiv.innerHTML = popupCode;
|
|
7186
7186
|
var nodes = Array.from(tempDiv.childNodes);
|
|
7187
7187
|
if (ramda.isEmpty(nodes)) return;
|
|
7188
|
-
nodes.forEach(function (
|
|
7188
|
+
nodes.forEach(function () {
|
|
7189
|
+
var node = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7189
7190
|
if (node.tagName === "SCRIPT") {
|
|
7190
7191
|
var script = document.createElement("script");
|
|
7191
7192
|
if (node.src) {
|