We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d904fa9 commit 2fb6c41Copy full SHA for 2fb6c41
extension/scripts/features/gym-disable-stats/ttGymDisableStats.js
@@ -44,7 +44,7 @@
44
new MutationObserver(async (mutations) => {
45
if (!feature.enabled()) return;
46
47
- if (mutations.some((mutation) => [...mutation?.addedNodes].some((node) => node.className.includes?.("gymContentWrapper__")))) {
+ if (mutations.some((mutation) => [...mutation?.addedNodes].some((node) => node.className?.includes?.("gymContentWrapper__")))) {
48
showCheckboxes();
49
50
requireElement("#gymroot ul[class*='properties_']").then((properties) => {
0 commit comments