Page MenuHomePhabricator

D14021.id33909.diff
No OneTemporary

D14021.id33909.diff

diff --git a/webroot/rsrc/externals/javelin/lib/DOM.js b/webroot/rsrc/externals/javelin/lib/DOM.js
--- a/webroot/rsrc/externals/javelin/lib/DOM.js
+++ b/webroot/rsrc/externals/javelin/lib/DOM.js
@@ -310,7 +310,13 @@
}
}
- JX.copy(node, attr);
+ for (var k in attr) {
+ if (attr[k] === null) {
+ continue;
+ }
+ node[k] = attr[k];
+ }
+
if (content) {
JX.DOM.setContent(node, content);
}

File Metadata

Mime Type
text/plain
Expires
Aug 11 2025, 8:26 AM (10 w, 10 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8405277
Default Alt Text
D14021.id33909.diff (426 B)

Event Timeline