[xwiki/xwiki-platform] f96fd9: [Misc] Use ChildNode.replaceWith() consistently in...
Branch: refs/heads/claude/clever-feynman-3k8wrl Home: https://github.com/xwiki/xwiki-platform Commit: f96fd92b9fba52c9d77ad350eca2f19d3f30674d https://github.com/xwiki/xwiki-platform/commit/f96fd92b9fba52c9d77ad350eca2f... Author: Vincent Massol <[email protected]> Date: 2026-08-20 (Thu, 20 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/panelwizard/panelWizard.js Log Message: ----------- [Misc] Use ChildNode.replaceWith() consistently in panelWizard.js Follow-up on review: convert the remaining X.parentNode.replaceChild(Y, X) calls of the file so it uses the same DOM API throughout. Each receiver is literally the node's own parentNode, so X.replaceWith(Y) is the exact equivalent. Co-Authored-By: Vincent Massol <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications