Skip to content

Commit

Permalink
Ensure WebIDL in diff is excluded from extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Mar 1, 2023
1 parent 06913a0 commit f357631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc.js
Expand Up @@ -175,7 +175,7 @@ function showAmendments() {
ui.classList.add("modify");
let containerOld = containerFromId(section);
containerOld = containerOld.cloneNode(true);
containerOld.classList.add("diff-old");
containerOld.classList.add("diff-old", "exclude");
// clean up ids to avoid duplicates
containerOld.querySelectorAll("[id]").forEach(el => el.removeAttribute("id"));
// validator complains about this, but this should be right thing to do
Expand Down

0 comments on commit f357631

Please sign in to comment.