@saltcorn/markup
Advanced tools
Comparing version 0.2.0-rc.0 to 0.2.0-rc.1
@@ -49,3 +49,6 @@ const { | ||
${JSON.stringify(mode)} | ||
)`) | ||
); | ||
document.addEventListener('DOMContentLoaded', | ||
function(){window.onerror=globalErrorCatcher},false); | ||
;`) | ||
); |
@@ -273,3 +273,5 @@ const { | ||
Object.entries(form.values).forEach(([k, v]) => { | ||
if (k[0] !== "_") collapsedSummary += `${text(k)}:${text_attr(v)} `; | ||
if (typeof v === "undefined") return; | ||
if (k[0] !== "_") collapsedSummary += ` ${text(k)}:${text_attr(v)} `; | ||
if (k === "_fts") collapsedSummary += ` ${v} `; | ||
}); | ||
@@ -276,0 +278,0 @@ return div( |
{ | ||
"name": "@saltcorn/markup", | ||
"version": "0.2.0-rc.0", | ||
"version": "0.2.0-rc.1", | ||
"description": "Markup for Saltcorn, open-source no-code platform", | ||
@@ -27,3 +27,3 @@ "homepage": "https://saltcorn.com", | ||
}, | ||
"gitHead": "ee69772ae35736292ea2d00933fa08f95b3b8e01" | ||
"gitHead": "a684e8eaf4390813a3eda15b96735babacdfc56e" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
345474
2033