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 7540fef commit bc147b4Copy full SHA for bc147b4
graphics-aria/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