Skip to content

Commit

Permalink
TRAVIS-CI update from aria-common
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-n-cooper committed Feb 12, 2019
1 parent e040bfd commit 707163f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/script/utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require(["core/pubsubhub"], function(respecEvents) {
respecEvents.sub('end', function(message) {
if (message === 'core/link-to-dfn') {
document.querySelectorAll("div.head dt").forEach(function(node){
if (node.textContent == "Authors:") node.textContent = "Platform Mapping Maintainers:";
if (node.textContent.trim() == "Authors:") node.textContent = "Platform Mapping Maintainers:";
});
}
})
Expand Down

0 comments on commit 707163f

Please sign in to comment.