Skip to content

Commit

Permalink
Merge #5307 from 4.1 into 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Sep 30, 2023
2 parents bc5678c + 787c9af commit cf13cbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ if ( !( (window.faces && window.faces.specversion && window.faces.specversion >=
newElement = newElement.firstChild;
}

replaceNode(element,newElement);
replaceNode(newElement,element);
runScripts(scripts);

} else if (element.nodeName.toLowerCase() === 'input') {
Expand Down

0 comments on commit cf13cbd

Please sign in to comment.