Skip to content

Commit 3948a09

Browse files
Generated by ccacfbc4a656b4b9b57442fce56756e0dcb19788
1 parent 8f08abd commit 3948a09

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

graphics-aam/common/script/utility.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,3 @@ function addPlatformMaintainers() {
99
if (node.textContent.trim() == "Authors:") node.textContent = "Platform Mapping Maintainers:";
1010
})
1111
}
12-
13-
require(["core/pubsubhub"], function(respecEvents) {
14-
"use strict";
15-
respecEvents.sub('end', function(message) {
16-
if (message === 'core/link-to-dfn') {
17-
addPlatformMaintainers();
18-
}
19-
})
20-
})

0 commit comments

Comments
 (0)