Skip to content

Commit ad97b98

Browse files
committed
Comment out obsolete respecConfig.definitionMap in common.js.
1 parent 8099234 commit ad97b98

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

common/common.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,12 @@ require(["core/pubsubhub"], (respecEvents) => {
127127
const tList = $p.getDfnTitles();
128128
$dd.remove(); // remove dd
129129
$dt.remove(); // remove dt
130-
for (const item of tList) {
131-
if (respecConfig.definitionMap[item]) {
132-
delete respecConfig.definitionMap[item];
133-
}
134-
}
130+
// FIXME: this depended on an undocumented internal structure
131+
//for (const item of tList) {
132+
// if (respecConfig.definitionMap[item]) {
133+
// delete respecConfig.definitionMap[item];
134+
// }
135+
//}
135136
}
136137
}
137138
});

0 commit comments

Comments
 (0)