We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f08abd commit 3948a09Copy full SHA for 3948a09
graphics-aam/common/script/utility.js
@@ -9,12 +9,3 @@ function addPlatformMaintainers() {
9
if (node.textContent.trim() == "Authors:") node.textContent = "Platform Mapping Maintainers:";
10
})
11
}
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