Skip to content

Commit c1f1de9

Browse files
SteffenDEgithub-actions[bot]
authored andcommitted
Update assets
1 parent ff403bb commit c1f1de9

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

priv/static/phoenix_live_view.cjs.js

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.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: 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.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3417,7 +3417,7 @@ removing illegal node: "${(childNode.outerHTML || childNode.nodeValue).trim()}"
34173417
apply: (fromEl, toEl) => {
34183418
Array.from(fromEl.attributes).forEach((attr) => {
34193419
if (attrs.some(
3420-
(toIgnore) => attr.name == toIgnore || toIgnore.includes("*") && attr.name.match(toIgnore) != null
3420+
(toIgnore) => attr.name == toIgnore || toIgnore === "*" || toIgnore.includes("*") && attr.name.match(toIgnore) != null
34213421
)) {
34223422
toEl.setAttribute(attr.name, attr.value);
34233423
}
@@ -5032,7 +5032,7 @@ removing illegal node: "${(childNode.outerHTML || childNode.nodeValue).trim()}"
50325032
finish(null);
50335033
}
50345034
},
5035-
error: (reason) => reject(new Error(`failed with reason: ${reason}`)),
5035+
error: (reason) => reject(new Error(`failed with reason: ${JSON.stringify(reason)}`)),
50365036
timeout: () => {
50375037
reject(new Error("timeout"));
50385038
if (this.joinCount === oldJoinCount) {

priv/static/phoenix_live_view.min.js

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

0 commit comments

Comments
 (0)