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.
respecConfig.definitionMap
1 parent 8099234 commit ad97b98Copy full SHA for ad97b98
common/common.js
@@ -127,11 +127,12 @@ require(["core/pubsubhub"], (respecEvents) => {
127
const tList = $p.getDfnTitles();
128
$dd.remove(); // remove dd
129
$dt.remove(); // remove dt
130
- for (const item of tList) {
131
- if (respecConfig.definitionMap[item]) {
132
- delete respecConfig.definitionMap[item];
133
- }
134
+ // FIXME: this depended on an undocumented internal structure
+ //for (const item of tList) {
+ // if (respecConfig.definitionMap[item]) {
+ // delete respecConfig.definitionMap[item];
+ // }
135
+ //}
136
}
137
138
});
0 commit comments