Skip to content

Commit

Permalink
remove word guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaelbradley committed Apr 30, 2024
1 parent 3cec586 commit bc4b75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guidelines/guidelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ function linkOutcome() {
})
}

function addGuidelineMarkers() {
/*function addGuidelineMarkers() {
document.querySelectorAll('.guideline').forEach(function(node){
var guidelineText = node.querySelector("p");
guidelineText.innerHTML = "<span class=\"inserted\">Guideline: </span>" + guidelineText.innerHTML;
})
}
} */

function addOutcomeMarkers() {
document.querySelectorAll('.outcome').forEach(function(node){
Expand Down

0 comments on commit bc4b75c

Please sign in to comment.