Skip to content

Commit ccacfbc

Browse files
author
Michael Cooper
committed
remove obsolete approach
1 parent 080cd87 commit ccacfbc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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)