Skip to content

Commit c082d43

Browse files
SteffenDEgithub-actions[bot]
authored andcommitted
Update assets
1 parent 7dfe4dc commit c082d43

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

priv/static/phoenix_live_view.cjs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

priv/static/phoenix_live_view.cjs.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

priv/static/phoenix_live_view.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

priv/static/phoenix_live_view.esm.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

priv/static/phoenix_live_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3418,7 +3418,7 @@ removing illegal node: "${(childNode.outerHTML || childNode.nodeValue).trim()}"
34183418
apply: (fromEl, toEl) => {
34193419
Array.from(fromEl.attributes).forEach((attr) => {
34203420
if (attrs.some(
3421-
(toIgnore) => attr.name == toIgnore || toIgnore.includes("*") && attr.name.match(toIgnore) != null
3421+
(toIgnore) => attr.name == toIgnore || toIgnore === "*" || toIgnore.includes("*") && attr.name.match(toIgnore) != null
34223422
)) {
34233423
toEl.setAttribute(attr.name, attr.value);
34243424
}

priv/static/phoenix_live_view.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)